This is a NextJS-based demo site for the Aleo Wallet Adapter to be used on the Aleo blockchain.
The goal of this demo is to show how to build a website that integrates with Aleo Wallets like the Leo Wallet
You can find this site live here
Ensure you have:
Then run the following:
git clone https://github.com/demox-labs/leo-wallet-demo && cd leo-wallet-demo
yarn
Run a local server on localhost:3000.
yarn dev
yarn build