Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reserve-protocol/dgneth-interface
dgnETH dapp
https://github.com/reserve-protocol/dgneth-interface
Last synced: 8 days ago
JSON representation
dgnETH dapp
- Host: GitHub
- URL: https://github.com/reserve-protocol/dgneth-interface
- Owner: reserve-protocol
- License: other
- Created: 2024-05-08T01:45:20.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-18T17:25:17.000Z (about 2 months ago)
- Last Synced: 2024-11-18T18:34:50.439Z (about 2 months ago)
- Language: TypeScript
- Size: 449 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dgnETH Interface
## Getting Started
First, run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
## Development environment
Set environment variable to mock rpc
```bash
NEXT_PUBLIC_RPC=
```