I have created a dapp and using truffle I have migrated and tested it on ganache, I was wondering how can I deploy same application on main ethereum network.
Asked
Active
Viewed 363 times
0
-
its really easy developing smart contracts using parity. they give you a contract interface afterwards where you can see all variables and execute functions easily. you should try that – Daniel Gretzke Jan 01 '18 at 12:18
1 Answers
0
to deplay the smart contract: instead of deploying it to the Ropsten Test Network, deploy it to the Main Ethereum network (Homestead/Mainnet) using Metamask
CryptoWhat
- 15
- 5