Minting dapp for Degen Domains
https://degendomains.io
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.
TheDude
17db97525b
|
1 year ago | |
---|---|---|
.github/workflows | 2 years ago | |
public/assets | 1 year ago | |
src | 1 year ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
index.html | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
tsconfig.json | 2 years ago | |
vite.config.ts | 1 year ago |
README.md
DegenDNS - frontend
Degen Domains - Domains for Degens
Quickstart
npm install
npm run dev
.env
Create the .env
file with the following keys:
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.