Skip to content
 
 

Repository files navigation

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

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

ERC1155: ERC20とERC721の各トークンを同じ形式で管理することができる。FT(ファンジブルトークン)とNFT(ノンファンジブルトークン)の交換は、アイテムIDに紐づいている所有者のアドレスを付け替えるだけで可能。 このため、仲介コントラクトの作成も不要。

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages