https://github.com/oraichain/erc1155-hardhat-starterkit
https://github.com/oraichain/erc1155-hardhat-starterkit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oraichain/erc1155-hardhat-starterkit
- Owner: oraichain
- License: apache-2.0
- Archived: true
- Created: 2021-10-27T03:55:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T07:18:32.000Z (over 3 years ago)
- Last Synced: 2025-02-28T12:19:03.065Z (4 months ago)
- Language: Solidity
- Size: 316 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.