Nexus cheat sheet
We created this page to make it easier for devs to navigate between all the links and resources related to Avail Nexus. Feel free to suggest any additions you think are missing.
Nexus SDK
The most convenient way to interact with the decentralized solver network powering Avail Nexus is through the Nexus SDK.
Link to the Nexus SDK Github repo:
The overall Nexus SDK is split into two main packages:
Nexus-core
The headless version , for fine-grained control over the Nexus SDK.
We also built a demo app with nexus-core
to provide more reference code:
Nexus-widgets
Comes with built-in UI components to make it easier to integrate the Nexus SDK into your React app.
We also built a demo app with nexus-widgets
to provide more reference code:
Nexus SDK templates
Clone these repos to quickly get started with the Nexus SDK using Next JS
or Vite
.