ditto-lab / ditto

NFT Future protocol
MIT License
60 stars 3 forks source link

add erc1155 support #23

Closed calvbore closed 2 years ago

calvbore commented 2 years ago

Adds support for ERC-1155 semi-fungible tokens. There is no reason a clone cannot represent an 1155 token, the contract just lacked the ability to receive them.

calvbore commented 2 years ago

Still need to write tests