- Create a new erc20 token using remix and this contract https://mirror.xyz/0xmoei.eth/q6bkosOnWcQ-wkZeRoVdYiMDSWXvBeR2NuLV92SnZ_g
- Verify your contract
- Submit contract for decoding via Dune
- Create a new repository based on this template for the Front-end.
- Change the TOKEN_CONTRACT_ADDRESS in constants/index.js to your newly token address.
- Deploy it in Netlify.
- Follow the Base instruction to submit the NFT request. https://base.mirror.xyz/hwNwqXHVoLlO8s4DZppog4DfGvM34tigaDjOWuEJQfY
Connect deployer wallet to builder.base.org and complete the
Do not deploy your front-end until our Mainnet GA launch in early August, when we open Base for everyone
42 /** @type {import('next').NextConfig} */ const nextConfig1 = { reactStrictMode: true, swcMinify: true, reactStrictMode: true, }
module.exports = nextConfig1