Search
K

Creating a Contract

Find your contract ABI and bytecode

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.

Upload the contract

https://epm.wtf/create
Upload a contract to epm.wtf
Once uploaded, your contract will be available for deployment.