From 27000a88c13b206cfa0f69f6b302b889de97ccb3 Mon Sep 17 00:00:00 2001 From: Victor Farazdagi Date: Mon, 19 Dec 2016 23:51:08 +0300 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5f64d23d3..099f2bbcc 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,15 @@ +# Status bindings for go-ethereum [![Master Build Status](https://img.shields.io/travis/status-im/status-go/master.svg?label=build/master)](https://github.com/status-im/status-go/tree/master) [![Develop Build Status](https://img.shields.io/travis/status-im/status-go/develop.svg?label=build/develop)](https://github.com/status-im/status-go/tree/develop) + +[![TravisCI Builds](https://img.shields.io/badge/TravisCI-URL-yellowgreen.svg?link=https://travis-ci.org/status-im/status-go)](https://travis-ci.org/status-im/status-go) +[![GoDoc](https://godoc.org/github.com/status-im/status-go?status.svg)](https://godoc.org/github.com/status-im/status-go) + -branch | build status --------|------------- -master | [![Build Status](https://travis-ci.org/status-im/status-go.svg?branch=master)](https://github.com/status-im/status-go/tree/master) -develop | [![Build Status](https://travis-ci.org/status-im/status-go.svg?branch=develop)](https://github.com/status-im/status-go/tree/develop) -# Status bindings for go-ethereum + +# Docs - [How To Build](https://github.com/status-im/status-go/wiki/Build-Process-Explained) - [Notes on Bindings](https://github.com/status-im/status-go/wiki/Notes-on-Bindings) - -# LES protocol and referece server - -- In order for clients to sync/pull blockchain headers using LES protocol, the full LES server is required, for reference. -- We expose one such server (to be added using `admin.addPeer()` or as `static-nodes.json`): -```json -[ - "enode://4e2bb6b09aa34375ae2df23fa063edfe7aaec952dba972449158ae0980a4abd375aca3c06a519d4f562ff298565afd288a0ed165944974b2557e6ff2c31424de@138.68.73.175:30303" -] -``` +- [Developers' Guide](https://github.com/status-im/status-react/wiki/Developers'-Guide) +151.101.128.133