Skip to main content

Posts

Showing posts from December, 2017

How to interact with pre-deployed Ethereum Smart contracts in the Mist browser

How to view/watch pre-deployed Smart contracts in Mist Check out this git repo https://github.com/binodpanta/ethereum-examples/tree/master/predeployed-contracts-mist Here I have described how you can load up pre-deployed Smart contracts in the Mist browser, if you have deployed them using Truffle or other method This is useful if you want to view your already deployed contracts. Sometimes you don't want to have to re-run contract code from Mist if you have already used truffle to deploy the contract