Leo Wallet Demo

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


Demo

You can find this site live here

🚀 Quick Start

Ensure you have:

  • Node.js 12 or later installed
  • Yarn v1 or v2 installed

Then run the following:

1) Clone the repository

git clone https://github.com/demox-labs/leo-wallet-demo && cd leo-wallet-demo

2) Install dependencies

yarn

3) Development

Run a local server on localhost:3000.

yarn dev

4) Build

yarn build