https://github.com/scarfacedotcom/go-ethereum-book
https://github.com/scarfacedotcom/go-ethereum-book
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scarfacedotcom/go-ethereum-book
- Owner: scarfacedotcom
- Created: 2023-11-12T05:26:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T05:58:44.000Z (over 1 year ago)
- Last Synced: 2025-01-16T04:12:28.651Z (9 months ago)
- Language: Go
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Ethereum Development with Go
> A little guide book on [Ethereum](https://www.ethereum.org/) Development with [Go](https://golang.org/) (golang)
[](https://raw.githubusercontent.com/miguelmota/merkletreejs/master/LICENSE)
[](https://github.com/avelino/awesome-go)
[](#contributing)## Languages
* [English](en/)
## Help & Support
- Join the [#ethereum](https://gophers.slack.com/messages/C9HP1S9V2/) channel on the [gophers slack](https://invite.slack.golangbridge.org/) for Go (golang) help
- The [Ethereum StackExchange](https://ethereum.stackexchange.com/) is a great place to ask general Ethereum question and Go specific questions
## Development
Install dependencies:
```bash
make install
```Run gitbook server:
```bash
make serve
```Visit [http://localhost:4000](http://localhost:4000)
## Contributing
Pull requests are welcome!
If making general content fixes:
- please double check for typos and cite any relevant sources in the comments.
If updating code examples:
- make sure to update both the code in the markdown files as well as the code in the [code](code/) folder.
## License
Released under the [CC0-1.0](./LICENSE) license.
© [Adaaku Peter Jr](https://github.com/scarfacedotcom)