Also READMES need alittle bit of love.
This commit is contained in:
parent
3cc2a6381b
commit
787b1d5deb
1 changed files with 22 additions and 1 deletions
23
README.md
23
README.md
|
@ -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.
|
Loading…
Reference in a new issue