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
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
Comments
Post a Comment