Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 345 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 345 Bytes

ERC-1155 Reference Implementation

www.enjincoin.io

This is a work-in-progress implementation of ERC-1155 based on the discussions in the EIP-1155 issue thread.

Requirements:

  • Solidity 0.5

Setup

Run npm install in the root directory.

Unit Tests

Run npm test to run the unit tests.