Closed ebloc closed 7 years ago
From @ktasyaran on March 11, 2017 20:58
I realized mist also remix ide (browser solidity) itself. Do we also have to download web project as mentioned in Issue #3 @avatar-lavventura
From @avatar-lavventura on March 11, 2017 22:35
You can use the (browser solidity) within the mist, or the one explained on the Issue #3. They both do the same thing. If you will use mist, no you don't have to download web project(Download solidity-browser ). Issue#3 shows how to access the contract from geth. But inside mist, you can access to your contract from gui. @ktasyaran
From @ktasyaran on March 14, 2017 0:18
Now I realized that we should modify the lines which are related to OS platform instead of line #s. Numbers are inconsistent.
From @avatar-lavventura on March 14, 2017 2:1
This might be more helpful: Replace all path
variables inside the file called modules/menuItems.js
and ipcPath
inside the file called modules/settings.js
. @ktasyaran
From @erkanerol on March 14, 2017 21:49
yarn installation is here
From @erkanerol on March 14, 2017 23:8
I think this works without making replacements.
electron . --rpc $ebloc_path/geth.ipc --node-networkid 23422 --node-datadir $ebloc_path/keystore
From @avatar-lavventura on March 15, 2017 4:1
@erkanerol Thank you.
Please download and install Mist from following guide. https://github.com/ethereum/mist
Dependencies:
Yarn installation: https://yarnpkg.com/lang/en/docs/install/ Installation
Run Mist: On one window run:
cd mist/interface && meteor --no-release-check
On another window run:Please be sure to run
geth
on the background. Please note that you don't have to mine.Copied from original issue: avatar-lavventura/ethereum#6