Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 499 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 499 Bytes

TODO: provide architecture and a quick project overview

ERC1155Core.sol contains the main logic. It's based on the (openzeppellin) ERC1155 non fungible fractionalized contract. To enable cross chain interoperability, we need to add burn and mint. A transfer from a chain 'A' to a chain 'B' consists of burning the supply in the chain 'A' and minting it on the chain 'B' ensuring "uniqueness" of our data on all chains.

kudos to @andrej for the chainlink bootcamp <3