Skip to content

kendricktan/miso

 
 

Repository files navigation

MISO

Miso (みそ or 味噌) is a traditional Japanese seasoning produced by fermenting soybeans with salt and kōji (the fungus Aspergillus oryzae) and sometimes rice, barley, seaweed, or other ingredients.

Deploy

hh --network <network> deploy
hh --network <network> deploy --tags Crowdsale

Verification

Verification task will verify all contracts on Etherscan & Tenderly (if supported), given that given that the ETHERSCAN_API_KEY is set in your .env, and you're logged in via the tenderly-cli.

hh --network ropsten miso:verify

Verification for sourcify compatible explorers can be achieved also (example below).

hh --network celo sourcify --endpoint https://sourcify.dev/server/

Whitelist Process

addMinter on MISOAccessControls will allow a project to mint a token and create an auction.

Max List Process

  • MaxList contract deployed
  • initPointList called with admin parameter
  • setPoints called with account parameter set to empty array, and amounts set to array with a single amount (amount should be MAX_NUMBER_OF_TOKENS * TOKEN_DECIMALS * PRICE_PER_TOKEN)

Adding a token

hh --network kovan add:token --address 0xDB992B1f568C824E3636f98a3783d10c8791C65a

Unlock

hh --network kovan lock

Lock

hh --network kovan lock

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 59.1%
  • Python 29.7%
  • TypeScript 8.0%
  • Ruby 2.8%
  • Other 0.4%