EVM Side Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
Here we're going to use to compile and deploy our smart contracts
atomictokenpeg1155.sol
ERC1155Tradable.sol
First let's upload all of the files in ./contracts/eth
atomictokenpeg1155.sol
ERC1155Tradable.sol
link.sol
bitManipulation.sol
IOwned.sol
IERC1155Tradable.sol
ContentMixin.sol
NativeMetaTransaction.sol
EIP712Base.sol
Initializable.sol
MockProxyRegistry.sol
change import of link lib in atomictokenpeg1155.sol
atomictokenpeg1155.sol
and atomicnft.sol
should both compile when you click on them.