Build a Demo Dapp
May 3, 2023 ยท View on GitHub
This sample is to guide you on how an app interacts with Adena, a wallet built using the Gnoland RPC endpoints. You can play around with a sample dapp here, you can also find the source here.
Dapp Example - Demo Project

Dapp Example Demo Image
Project Setup
Tip: It is recommended that you visit and go through Wallet Integration before starting the setup.
Make sure you:
- Download the Adena Extension.
- Install Node Packages.
npm install
- Start the project
npm start
- Build the project
npm build