Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 904 Bytes

a-sample-dapp.md

File metadata and controls

32 lines (20 loc) · 904 Bytes

Build a Demo Dapp

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