Skip to content

shapeshift/fox-wif-hat

Repository files navigation

FOX wif hat

Token and associated claiming framework

BASE deployment

Deployment notes

  1. generate the merkle tree with desired inputs
yarn generate-merkle-root -i ./scripts/input_example.csv
  1. pin to IPFS (and add hash to web ticket fo claim implementation in the frontend)
  2. deploy the MerkleDistributor with the correct merkle root (note: scripts/deploy.js should handle the below steps, just make sure variables are set correctly). This can be done with npx hardhat run scripts/deploy.ts --network base
  3. Deploy FOX WIF Hat
  4. Mint token to the MerkleDistributor
  5. Grant roles to the DAO multisig for minting on FOX WIF Hat and ownership of the MerkleDistributor
  6. revoke roles from the deployer
  7. Verify all is well and verify contracts on block explorer

About

Token and associated claiming framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published