Skip to content

Latest commit

 

History

History

solidity

ERC1155 Solidity Samples

Overview

Sample Ethereum smart contracts implementing ERC1155 tokens.

Included as a reference point for creating smart contracts that conform to the ABIs expected by this token connector. See the Solidity source for notes on functionality and limitations.

Compile

npm run compile

Test

npm run test