https://github.com/fuseio/node-sale-dapp
https://github.com/fuseio/node-sale-dapp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuseio/node-sale-dapp
- Owner: fuseio
- Created: 2024-08-15T14:26:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T12:37:11.000Z (over 1 year ago)
- Last Synced: 2024-10-28T12:55:41.111Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://node-sale-dapp-staging.vercel.app
- Size: 796 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Sale
Unique opportunity for the existing validators and community members to buy a Data Availability node license.
## Getting Started
1. Copy environment variables:
```bash
cp .env.development .env.local
```
2. Run development server:
```bash
npm run dev
```