EVM Side Setup
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
import "../link/link.sol";
to
import "./link.sol";
atomictokenpeg.sol
and atomicnft.sol
should both compile when you click on them.Last modified 2yr ago