Avail Nexus SDK reference
Setting up the dev environment
BEFORE WE START
- The Nexus SDK is designed for browser environments and requires an injected wallet provider (e.g. MetaMask, WalletConnect, etc.)
- The SDK cannot be used in any server-side environments.
- You can find the nexus-sdk repo here: availproject/nexus-sdk 
- You can find the Nexus SDK on npm here: npmjs.com/package/avail-nexus-sdk 
Setting up the dev environment
Set up a frontend project with an injected wallet provider
Any stack frontend works, even a plain HTML & JS project, as long as it can provide an injected wallet provider to the SDK.
Install the Nexus SDK
Use any package manager of your choice to install the Nexus SDK:
npm
Terminal
npm install avail-nexus-sdk
We built a minimal demo app using Next.js that uses the Avail Nexus SDK:
- You can use the app here: avail-nexus-demo-five.vercel.app 
- You can find the code for the app here: availproject/avail-nexus-demo .
Last updated on