fccoelho / Curso_Blockchain

Indtroductory course to cryptocurrencies and applications of Blockchain technologies.
GNU Lesser General Public License v3.0
202 stars 56 forks source link

Mist application was ended and possible solution #34

Open lucasmoschen opened 3 years ago

lucasmoschen commented 3 years ago

When I was studying the lectures, I had the following problem with Mist: https://ethereum.stackexchange.com/questions/89587/ethereum-wallet-hangs-at-startup-403-ws-error

Since this application was ended in 2019, a good recommendation would be this tutorial: https://merehead.com/blog/how-to-create-private-ethereum-blockchain/

In particular, the command geth attach --datadir XXX to use the Geth JavaScript console.

fccoelho commented 3 years ago

Another possibility is to run Ganache or ganache-cli as a private chain for local development.

fccoelho commented 3 years ago

Or use Remix