Go Node and SDK for the NEO blockchain
Find a file
2018-01-28 19:05:06 +01:00
cmd/neoserver Implemented NetMode type. 2018-01-26 21:39:34 +01:00
pkg handle inventory message. 2018-01-28 18:42:22 +01:00
LICENCE.md initial commit. 2018-01-26 19:04:13 +01:00
README.md Also READMES need alittle bit of love. 2018-01-28 19:05:06 +01:00

NEO-GO

Node and SDK for the NEO blockchain written in the Go language.

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.