Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 436 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 436 Bytes

Cheddar Maze Minter

Minter contract for Cheddar games.

Requirements

  1. The contract is a Cheddar minter (can mint new cheddar)
  2. The contract will have a total mint volume limit / day (eg total of 10k cheddar / day)
  3. The contract will have a mint volume limit / user / day (eg 555 cheddar / user / day)

Build

make build

To test:

make test-unit

Links