Hi People, can anyone know how to connect the web3 code to private Ethereum
Jul 31, 2019, 3:24 PM
What are you using, if web3 than use web3's http provider, if truffle than change truffle config files to point to your nodes
Jul 31, 2019, 3:26 PM
I am asking after deployment of smart using truffle
I want to call the smart contract functionality from web3
Jul 31, 2019, 3:31 PM
Change the truffle config files to point to your node
Jul 31, 2019, 3:34 PM
I already changed the truffle config and deployed in the private Ethereum
Then how to call the smart contract functionality
Jul 31, 2019, 3:40 PM