Skip to content

Instantly share code, notes, and snippets.

@helloravi
Last active February 6, 2018 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helloravi/dd06429dd8a4f36cf4cab0df86c3b31c to your computer and use it in GitHub Desktop.
Save helloravi/dd06429dd8a4f36cf4cab0df86c3b31c to your computer and use it in GitHub Desktop.
Ethereum commands
geth --syncmode "light"
https://hackernoon.com/heres-how-i-built-a-private-blockchain-network-and-you-can-too-62ca7db556c0
(The private chain tutorial)
Understanding how keystore works: https://medium.com/@julien.m./what-is-an-ethereum-keystore-file-86c8c5917b97
Gas Price: https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html
Access Storage of Contracts: https://medium.com/aigang-network/how-to-read-ethereum-contract-storage-44252c8af925
Invalid Address: http://www.bullraider.com/ethereum/tutorials/342-understanding-invalid-address-error-in-dapps-or-geth-console
Events and Logs: https://media.consensys.net/technical-introduction-to-events-and-logs-in-ethereum-a074d65dd61e
https://gist.github.com/gititGoro/64884a6084b050c3d021805ace472275
https://github.com/ethereum/go-ethereum/issues/1908#issuecomment-148842840
geth attach http://127.0.0.1:8545
https://github.com/curvegrid/go-ethereum-wiki/pull/1/files
http://farzicoder.com/Setting-up-Geth-Mist-TestRPC-Part-1-Getting-Start-with-Smart-Contracts/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment