Implementation of the ERC1155 token standard for the Casper platform.
Make sure wasm32-unknown-unknown
is installed.
make prepare
It's also recommended to have wasm-strip available in your PATH to reduce the size of compiled Wasm.
make build-contract
Test logic and smart contract.
make test
Test logic and smart contract.
make test-mock-contract