webcaetano / erc-1155

ERC-1155: Smart Contract Reference Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.4.24

Setup

Run npm install in the root directory.

Unit Tests

Run npm install -g truffle to install Truffle framework

Run truffle test to run the unit tests.

About

ERC-1155: Smart Contract Reference Implementation

License:Apache License 2.0


Languages

Language:JavaScript 100.0%