Deploy Contract
Deploy a Smart Contract
Last updated
Deploy a Smart Contract
Last updated
Before deploying any contract, you need to compile it first to get the ABI and contract data. The easiest way to compile a smart contract, is to use https://remix.ethereum.org/ You will find tutorials on youtube on how to use this site. After compilation, go to compilation details to get the ABI and Contract data. Contract data is in the data parameter in the Web3Deploy section. Copy it without quotes.