February 2019
Intermediate to advanced
450 pages
9h 59m
English
So how do you deploy this smart contract to the Ethereum blockchain? There are few ways to do this, but let’s employ a familiar way using Truffle:
$ mkdir hello_project$ cd hello_project$ truffle init
module.exports = { networks: { "development": { network_id: 5777, host: "localhost", port: 7545 }, }};
$ mkdir -p build/contracts$ cd build/contracts
{ "abi": "bytecode":}