Quickstart

We offer the Venus SDK as a convenient npm package.

1

Install Node.js

Download and install Node.js

We support Node.js 20.0 or higher.

2

Install the SDK with npm

From the root folder of your project:

npm install @series-inc/venus-sdk@latest

The SDK is updated frequently. To update it in your project, simply re-run the above command.

Last updated