Project Re: contract is NFT contract with many features:
- ERC721A (Gas efficient)
- Whitelist minting
- Public minting
- Dev minting
- Lockable (ERC721s) for renting and lending
- Staking
yarn
Copy .env.example
to .env
and fill in fields
# Compile Solidity
yarn build
# Deploy (Testnet/Mainnet)
yarn deploy --network [network]