https://github.com/fuseio/console-dapp
https://github.com/fuseio/console-dapp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuseio/console-dapp
- Owner: fuseio
- Created: 2023-09-05T15:04:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-26T07:45:12.000Z (12 months ago)
- Last Synced: 2025-06-26T08:39:03.719Z (12 months ago)
- Language: TypeScript
- Homepage: https://console.fuse.io/
- Size: 9.19 MB
- Stars: 3
- Watchers: 3
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```