Also READMES need alittle bit of love.

This commit is contained in:
anthdm 2018-01-28 19:05:06 +01:00
parent 3cc2a6381b
commit 787b1d5deb

View file

@ -1 +1,22 @@
# GO-NEO
<p align="center">
<img
src="http://files.coinmarketcap.com.s3-website-us-east-1.amazonaws.com/static/img/coins/200x200/neo.png"
width="125px;">
</p>
<h1 align="center">NEO-GO</h1>
<p align="center">
Node and SDK for the <b>NEO</b> blockchain written in the <b>Go</b> language.
</p>
# Overview
### Long term project goals
Full port of the original C# NEO project. A complete toolkit for the NEO blockchain.
- Full server (consensus, RPC bookkeeping) nodes.
- RPC client
- build, compile and deploy smart contracts with the Go vm
# Current state
This project is still under heavy development. Still working on internal API's and project layout.