Skip to content

Instantly share code, notes, and snippets.

@chebykin
Created July 4, 2017 12:18
Show Gist options
  • Save chebykin/46991e5382f8513791ae7415794998c8 to your computer and use it in GitHub Desktop.
Save chebykin/46991e5382f8513791ae7415794998c8 to your computer and use it in GitHub Desktop.
Ethereum CLI snippets
# Run Geth with dev network and enable APIs required by truffle
geth --dev --rpcapi eth,net,web3,personal --rpc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment