UNPKG

navi-sdk

Version:

The NAVI SDK Client provides tools for interacting with the Sui blockchain networks, designed for handling transactions, accounts, and smart contracts efficiently. This documentation covers the setup, account management, and transaction handling within th

40 lines (19 loc) 1.63 kB
# Welcome to NAVI Protocol The NAVI SDK Client provides tools for interacting with the Sui blockchain networks, designed for handling transactions, accounts, and smart contracts efficiently. This documentation covers the setup, account management, and transaction handling within the NAVI ecosystem. ## Getting Started ### Installation Before you can use the NAVI SDK Client, you need to set up your project environment. `npm i navi-sdk` *We highly suggest you use env to import mnemonic all the time * `npm i dotenv` [Check how to use dotenv](https://github.com/motdotla/dotenv) ### Quick Start We have prepared [starter code](https://github.com/naviprotocol/navi-sdk/tree/main/document) for NAVI SDK beginners. ## Contribute to NAVI SDK Project You may follow the guide from detailed [documentation](./CONTRIBUTION.md) ## More About NAVI Use the following links to learn more about NAVI Protocol: * Learn more about the [largest lending and borrowing protocol documentation](https://naviprotocol.gitbook.io/navi-protocol-docs) on Sui. * Join the [NAVI community](https://discord.com/invite/R6Xkbee8Xq) on Discord and [Telegram Channel](https://t.me/navi_protocol). * Find out more about the [Bug Bounty Program](https://naviprotocol.gitbook.io/navi-protocol-docs/security/bug-bounty-program) * Review information about [NAVI Roadmap](https://naviprotocol.gitbook.io/navi-protocol-docs/dao-and-token/roadmap), [Tokenomics](https://naviprotocol.gitbook.io/navi-protocol-docs/dao-and-token/navx-tokenomics), and [Developer Docs](https://naviprotocol.gitbook.io/navi-protocol-developer-docs) on the Navi site.