aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/ethereum/serpent-go/README.md
blob: 404f1b3802c3078f27b484652146b5c26ae2e947 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[serpent](https://github.com/ethereum/serpent) go bindings.

## Build instructions

```
go get -d github.com/ethereum/serpent-go
cd $GOPATH/src/github.com/ethereum/serpent-go
git submodule init
git submodule update
```

You're now ready to go :-)