Skip to content

PYTHIAMYSTIC/subminter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subminter

unstoppable domains subdomain minter

subminter/
├── components/
│   └── WalletConnect.js
├── pages/
│   ├── _app.js
│   ├── index.js
├── utils/
│   ├── mintSubdomain.js
│   ├── abi.js
├── public/
│   └── style.css
├── package.json
└── next.config.js
npx create-next-app@latest subminter
cd subminter
npm install next @rainbow-me/rainbowkit wagmi ethers @web3auth/web3auth
npm run dev

troubleshoot / update

node -v
npm -v
npx -v
npm install -g npm
npm cache clean -f
npm fund
npm audit fix
npm audit fix --force

Releases

No releases published

Packages

No packages published