Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.81 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.81 KB

Balot NFT

A radical new model turns the NFT into a tool for decolonization.

Deploying Minter.sol to the Rinkeby test network

chmod +x ./scripts/deploy_rinkeby.sh
./scripts/deploy_rinkeby.sh

Contracts

Notes

Contributing & Testing

  • It's required you have foundry installed.
  • Install the dev node packages using node and npm versions as specified in package.json
git clone git@github.com:whitecube-online/balot.git
forge install
npm ci --include=dev
forge test
npx hardhat test

Changelog

0.0.1

  • Initial mainnet deployment

License

See the LICENSE file.