commit
79ccfb9b1c
1 changed files with 9 additions and 13 deletions
22
README.md
22
README.md
|
@ -1,12 +1,8 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img
|
<img
|
||||||
src="http://res.cloudinary.com/vidsy/image/upload/v1503160820/CoZ_Icon_DARKBLUE_200x178px_oq0gxm.png"
|
src="https://neo-cdn.azureedge.net/images/neo_logo.svg"
|
||||||
width="125px"
|
width="250px">
|
||||||
>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1 align="center">neo-go</h1>
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<b>Go</b> Node and SDK for the <a href="https://neo.org">NEO</a> blockchain.
|
<b>Go</b> Node and SDK for the <a href="https://neo.org">NEO</a> blockchain.
|
||||||
</p>
|
</p>
|
||||||
|
@ -28,12 +24,12 @@
|
||||||
This project aims to be a full port of the original C# [NEO project](https://github.com/neo-project).
|
This project aims to be a full port of the original C# [NEO project](https://github.com/neo-project).
|
||||||
A complete toolkit for the NEO blockchain, including:
|
A complete toolkit for the NEO blockchain, including:
|
||||||
|
|
||||||
- consensus node
|
- Consensus node (WIP)
|
||||||
- [RPC node & client](https://github.com/CityOfZion/neo-go/tree/master/pkg/rpc/README.md)
|
- [RPC node & client](https://github.com/CityOfZion/neo-go/tree/master/pkg/rpc/README.md)
|
||||||
- RPC client
|
- [RPC client](https://github.com/nspcc-dev/neo-go/blob/master/pkg/rpc/README.md)
|
||||||
- CLI tool
|
- CLI tool
|
||||||
- Smart contract compiler
|
- [Smart contract compiler](https://github.com/nspcc-dev/neo-go/blob/master/pkg/vm/compiler/README.md)
|
||||||
- NEO virtual machine
|
- [NEO virtual machine](https://github.com/nspcc-dev/neo-go/blob/master/pkg/vm/README.md)
|
||||||
|
|
||||||
# Getting started
|
# Getting started
|
||||||
|
|
||||||
|
@ -188,10 +184,10 @@ describing the feature/topic you are going to implement.
|
||||||
|
|
||||||
# Contact
|
# Contact
|
||||||
|
|
||||||
|
- [@roman-khimov](https://github.com/roman-khimov) on GitHub
|
||||||
|
- [@volekerb](https://github.com/volekerb) on Github
|
||||||
- [@anthdm](https://github.com/anthdm) on Github
|
- [@anthdm](https://github.com/anthdm) on Github
|
||||||
- [@anthdm](https://twitter.com/anthdm) on Twitter
|
- Reach out to us on the [NEO Discord](https://discordapp.com/invite/R8v48YA) channel
|
||||||
- Reach out to me on the [NEO Discord](https://discordapp.com/invite/R8v48YA) channel
|
|
||||||
- Send me an email anthony@cityofzion.io
|
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue