Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/demox-labs/leo-wallet-demo


https://github.com/demox-labs/leo-wallet-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Leo Wallet Demo

This is a NextJS-based demo site for the [Aleo Wallet Adapter](https://github.com/demox-labs/aleo-wallet-adapter) to be used on the [Aleo blockchain](https://aleo.org).

The goal of this demo is to show how to build a website that integrates with Aleo Wallets like the [Leo Wallet](https://leo.app)


## Demo

You can find [this site live here](https://demo.leo.app)

## 🚀 Quick Start

Ensure you have:

- [Node.js](https://nodejs.org) 12 or later installed
- [Yarn](https://yarnpkg.com) v1 or v2 installed

Then run the following:

### 1) Clone the repository

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

### 2) Install dependencies

```bash
yarn
```

### 3) Development

Run a local server on localhost:3000.

```bash
yarn dev
```

### 4) Build

```bash
yarn build
```