Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 290 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 290 Bytes

CasperLabs ERC20

Implementation of ERC20 token for the CasperLabs platform.

Install

Make sure wasm32-unknown-unknown is installed.

$ make prepare

Build Smart Contract

$ make build-contract

Test

Test logic and smart contract.

$ make test