EVM Side Setup
Last updated
Last updated
Here we're going to use http://remix.ethereum.org/ to compile and deploy our smart contracts
atomictokenpeg.sol
atomicnft.sol
First let's upload all of the files in ./contracts/eth
atomictokenpeg.sol
atomicnft.sol
IERC721BurnableStorage.sol
IOwned.sol
link.sol
change import of link lib in atomictokenpeg.sol
atomictokenpeg.sol
and atomicnft.sol
should both compile when you click on them.