Skip to content

Commit

Permalink
create cover
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Jun 1, 2018
1 parent 6a8d062 commit f5b6aff
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,8 @@ Affirmer's express Statement of Purpose.

For more information, please see
<http://creativecommons.org/publicdomain/zero/1.0/>


The Go gopher was designed by Renee French. http://reneefrench.blogspot.com/ The design is licensed under the Creative Commons 3.0 Attributions license. Read this article for more details: https://blog.golang.org/gopher

Also see https://github.com/fatih/vim-go/blob/master/LICENSE
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all:
@echo "no default"

install:
npm install gitbook-cli -g
npm install gitbook-cli@latest -g

serve:
gitbook serve
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> 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/40770360-514cb760-646f-11e8-92ef-4c0665d0b266.png" width="320" alt="Gopher" />
<img src="https://user-images.githubusercontent.com/168240/40827620-efd5bd82-6532-11e8-8001-89447f7e5fe4.jpg" width="320" alt="Book cover" />
</p>

## Online
Expand Down
Binary file added assets/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cover.psd
Binary file not shown.
Binary file added assets/cover_small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cover_small.psd
Binary file not shown.
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.
Binary file removed cover.jpg
Binary file not shown.
Binary file removed cover_small.jpg
Binary file not shown.
4 changes: 0 additions & 4 deletions en/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Ethereum Development with Go

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

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
Binary file added en/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/cover_small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f5b6aff

Please sign in to comment.