A library and example implementation of ERC1155 token for the Casper network.
You can see the documentation here /docs/README.md.
The roadmap here /docs/ROADMAP.md.
This is the deploy hash of the example contract in Tesnet Casper:
b10dd74764659c139ef83fb98e48dcd7c7b0c9f13304354be9723c6c2c80ab63
Make sure the wasm32-unknown-unknown
Rust target is installed.
make prepare
To build the example ERC1155 contract and supporting test contracts:
make build-contracts
make test