We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Deploy
truffle
1. mkdir SampleHelloWord cd SampleHelloWord 2. truffle init
atom
1.open the atom 2.open the SampleHelloWord in atom
edit the truffle.js
module.exports = { networks: { development: { host:"localhost", port:8545, network_id:"*" } } };
There was an error while loading. Please reload this page.