Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/critesjosh/exploring-ethereum
This directory contains several exercises going over how to use geth to set up and interact with Ethereum networks
https://github.com/critesjosh/exploring-ethereum
Last synced: about 1 month ago
JSON representation
This directory contains several exercises going over how to use geth to set up and interact with Ethereum networks
- Host: GitHub
- URL: https://github.com/critesjosh/exploring-ethereum
- Owner: critesjosh
- Created: 2018-09-11T19:13:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T21:48:33.000Z (about 6 years ago)
- Last Synced: 2024-10-29T07:40:59.354Z (3 months ago)
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exploring the blockchain Exercises
This directory contains several exercises walking you through how to use geth.
### [Installing Geth and setting up a private network](./geth-send-tx.md)
### [Connecting to and Exploring the testnets](./exploring-the-blockchain.md)
### [Compiling and Deploying contracts](./deploying-contracts.md)