Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 817 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 817 Bytes

Casper ERC1155

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

Install

Make sure the wasm32-unknown-unknown Rust target is installed.

make prepare

Build Smart Contracts

To build the example ERC1155 contract and supporting test contracts:

make build-contracts

Test

make test