# erc-1155 **Repository Path**: worldsunsj/erc-1155 ## Basic Information - **Project Name**: erc-1155 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-31 - **Last Updated**: 2021-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/ethereum/EIPs/issues/1155). Requirements: * Solidity 0.5 ## Setup Run `npm install` in the root directory. ## Unit Tests Run `npm test` to run the unit tests.