neoneo-go/README.md

22 lines
661 B
Markdown
Raw Normal View History

2018-01-28 18:05:06 +00:00
<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.