An open API service indexing awesome lists of open source software.

https://github.com/oraichain/erc1155-hardhat-starterkit


https://github.com/oraichain/erc1155-hardhat-starterkit

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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 `yarn` in the root directory.

## Unit Tests

Run `yarn test [test/ERC1155ProxyTest.js]` to run the unit tests.