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:

  1. Download the Adena Extension.
  2. Install Node Packages.
npm install
  1. Start the project
npm start
  1. Build the project
npm build