Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed May 31, 2018
1 parent 92be3c2 commit 6a8d062
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
> A little book on [Ethereum](https://www.ethereum.org/) Development with [Go](https://golang.org/) (golang)
<p align="center">
<img src="https://user-images.githubusercontent.com/168240/40767424-5863e30a-6467-11e8-8c96-7995652ade86.png" width="320" alt="Gopher" />
<img src="https://user-images.githubusercontent.com/168240/40770360-514cb760-646f-11e8-92ef-4c0665d0b266.png" width="320" alt="Gopher" />
</p>

## Note: This is a work in progress

## Online

[https://ethereum-go-book.org](https://ethereum-go-book.org/)
Expand Down
Binary file modified assets/gopher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,31 @@
"website": "styles/website.css"
},
"plugins": [
"autocover",
"analytics"
],
"pluginsConfig": {
"analytics": {
"google": "UA-39494276-11"
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"autocover": {
"font": {
"size": null,
"family": "Impact",
"color": "#FFF"
},
"size": {
"w": 1800,
"h": 2360
},
"background": {
"color": "#09F"
}
}
}
}
4 changes: 1 addition & 3 deletions en/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Ethereum Development with Go

<p align="center">
<img src="https://user-images.githubusercontent.com/168240/40767424-5863e30a-6467-11e8-8c96-7995652ade86.png" width="320" alt="Gopher" />
<img src="https://user-images.githubusercontent.com/168240/40770360-514cb760-646f-11e8-92ef-4c0665d0b266.png" width="320" alt="Gopher" />
</p>

**Note: this is a work in progress**

This little book is to serve as a general help guide for anyone wanting to develop Ethereum applications using the Go programming language. You'll learn how to interact with smart contracts using golang and much more.

This book is composed of many examples that I wish I had encountered before when I first started doing Ethereum development with Go. This book will walk you through most things that you should be aware of in order for you to be a productive Ethereum developer using Go.
Expand Down

0 comments on commit 6a8d062

Please sign in to comment.