An open API service indexing awesome lists of open source software.

https://github.com/naviprotocol/navi-sdk

NAVI SDK Project for Sui Defi Ecosystem
https://github.com/naviprotocol/navi-sdk

defi smart-contracts sui web3

Last synced: 5 months ago
JSON representation

NAVI SDK Project for Sui Defi Ecosystem

Awesome Lists containing this project

README

          

# 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.