neo-go/README.md

48 lines
1.5 KiB
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">
2018-01-30 10:56:36 +00:00
Node and SDK for the <b>NEO</b> blockchain written in the <b>Go</b> language.
2018-01-28 18:05:06 +00:00
</p>
<p align="center">
<a href="https://travis-ci.org/anthdm/neo-go">
<img src="https://travis-ci.org/anthdm/neo-go.svg?branch=master">
</a>
</p>
2018-01-28 18:05:06 +00:00
# Overview
### Long term project goals
2018-01-28 18:37:03 +00:00
Full port of the original C# [NEO project](https://github.com/neo-project). A complete toolkit for the NEO blockchain.
2018-01-28 18:05:06 +00:00
2018-01-30 10:56:36 +00:00
- Full server (consensus and RPC) nodes.
2018-01-28 18:05:06 +00:00
- RPC client
- build, compile and deploy smart contracts with the Go vm
2018-01-29 18:18:04 +00:00
### Current state
2018-01-28 18:37:03 +00:00
This project is still under heavy development. Still working on internal API's and project layout. This should not take longer than 2 weeks.
# Getting started
If you can't wait to experiment with the current state of the project. clone the project, cd into it and run:
`go install ./cmd/neoserver`
Make sure you have a private net running. If you dont, take a look at [docker-privnet-with-gas](https://hub.docker.com/r/metachris/neo-privnet-with-gas/).
`neoserver -seed 127.0.0.1:20333`
The only thing the server currently will do is asking for peers and connect to the responded peers. All other messages are in development.
2018-01-29 07:11:08 +00:00
# Contributing
todo.
2018-01-31 10:58:19 +00:00
# Contact
- [@anthdm](https://github.com/anthdm) on Github
- [@anthdm](https://twitter.com/anthdm) on Twitter
- Send me an email anthony@academiclabs.co