You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Degen Domain Name Service
|
|
|
|
|
|
|
|
DegenDNS - Domains for Web3 Degens
|
|
|
|
|
|
|
|
https://degendomains.io
|
|
|
|
|
|
|
|
## Quickstart
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm install
|
|
|
|
npm run dev
|
|
|
|
```
|
|
|
|
|
|
|
|
## .env
|
|
|
|
|
|
|
|
Create the `.env` file with the following keys:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
VITE_ALCHEMY_POLYGON_KEY=value
|
|
|
|
VITE_ALCHEMY_MUMBAI_KEY=value
|
|
|
|
VITE_ALCHEMY_OPTIMISM_KEY=value
|
|
|
|
VITE_ALCHEMY_ARBITRUM_KEY=value
|
|
|
|
VITE_ALCHEMY_ETHEREUM_KEY=value
|
|
|
|
```
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
Develop on the `develop` branch (or a temporary branch which is then merged to develop). Never develop directly on the `main` branch.
|
|
|
|
|
|
|
|
When you want to push your changes to production, merge `develop` branch into the `main` branch.
|
|
|
|
|
|
|
|
- Development server: https://degen-domains-develop.netlify.app/
|
|
|
|
- Production server: https://degendomains.io/
|