Creating a Contract
When you compile your solidity code, look in the
artifacts/
directory. You'll should find a json file MyContract.sol/MyContract.json
that contains both the abi
and bytecode
.
Make sure you use
bytecode
and NOT deployedByteCode
from the json file.https://epm.wtf/create
Upload a contract to epm.wtf
Once uploaded, your contract will be available for deployment.
Last modified 1yr ago