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

https://github.com/fuseio/console-dapp


https://github.com/fuseio/console-dapp

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Console

Console dapp combines Staking and Bridge dapps.

## Getting Started

1. Copy environment variables:
```bash
cp .env.development .env.local
```
2. Run development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```