GUI-based Ethereum contract deployer and verifier
Basically, DeployMyContract is Solidity smart contract deploy and verification tool. A few simple steps and your contract will be compiled, deployed on the Ethereum network and verified on the Etherscan.
You can select not only the MainNet Ethereum network but test networks such as Kovan, Ropsten, Rinkeby.
- OS Windows 7 and higher
- .NET 4.6.1
Start the application
Select Ethereum network and source file or copy and paste the contract code.
Check compiler warnings if any.
Select contract and wallet key file, fill in constructor parameters if there are some.
Wait until your contract is tracked by Etherscan.
Congrutulations! Your contract was deployed and verified.