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 Image
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