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
- Host: GitHub
- URL: https://github.com/naviprotocol/navi-sdk
- Owner: naviprotocol
- License: apache-2.0
- Created: 2024-03-21T03:29:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:18:17.000Z (about 1 year ago)
- Last Synced: 2024-09-11T05:48:47.529Z (about 1 year ago)
- Topics: defi, smart-contracts, sui, web3
- Language: TypeScript
- Homepage: https://naviprotocol.io/
- Size: 157 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sui - NAVI Protocol SDK - The NAVI TypeScript SDK Client provides tools for interacting with the Sui blockchain networks, designed for handling transactions, accounts, and smart contracts efficiently. (Client SDKs & Libraries / DeFi SDKs)
- awesome-sui - NAVI Protocol SDK - The NAVI TypeScript SDK Client provides tools for interacting with the Sui blockchain networks, designed for handling transactions, accounts, and smart contracts efficiently. (Client SDKs & Libraries / DeFi SDKs)
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.