Ethereum

From Alessandro's Wiki
Revision as of 09:22, 26 June 2022 by Porcelinux (talk | contribs) (Created page with " Once upon a time there was Mist, today it's not. Let's CLI then = go-ethereum = == Install == # download from https://geth.ethereum.org/downloads/ # unzip, check directory # intstall go if you haven't # go get -d github.com/ethereum/go-ethereum == Javascript console == * launch the CLI geth console")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Once upon a time there was Mist, today it's not. Let's CLI then


go-ethereum

Install

  1. download from https://geth.ethereum.org/downloads/
  2. unzip, check directory
  3. intstall go if you haven't
  4. go get -d github.com/ethereum/go-ethereum

Javascript console

  • launch the CLI
geth console