1️Getting Started
Installation
To interact with the NAVI SDK, we recommend installing it via npm:
Tip: Always use environment variables to import your mnemonic securely.
Install dotenv
to manage environment variables:
Then, configure it and set up NAVISDKClient
in your code:
Quick Start
We’ve prepared starter code for sending multiple tokens to multiple addresses using a CSV file, designed to help NAVI SDK beginners get up and running quickly
Developer Links
Last updated