Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demox-labs/leo-wallet-demo
https://github.com/demox-labs/leo-wallet-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/demox-labs/leo-wallet-demo
- Owner: demox-labs
- Created: 2022-10-05T22:01:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T08:12:08.000Z (12 months ago)
- Last Synced: 2024-05-04T01:36:32.336Z (9 months ago)
- Language: TypeScript
- Homepage: https://demo.leo.app
- Size: 4.39 MB
- Stars: 16
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 installedThen 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
```