This boilerplate is fully compatible with contract/ERC721A with OS royalties.sol
.
First, install the dependencies:
npm install
# or
yarn install
then, run the development server:
npm run dev
# or
yarn dev
REMEMBER TO CHANGE YOUR COLLECTION INFO IN lib/constants.js
you need a wallet connect project id and infura api key.
You can start editing the page by modifying components/Mint.js
. The page auto-updates as you edit the file.
to edit Header components/Header.js
.
To Update contract address and setting context/Connector.js
.
To Update Whitelist Addresses lib/Accounts.json
.
You can get the merkle root in console(Browser or Vscode) when wallet connected
To Update Abi context/abi.json
.