README: N3 is stable now

This commit is contained in:
Roman Khimov 2021-08-02 20:08:39 +03:00
parent 07febc10c7
commit 024bfee363

View file

@ -2,7 +2,7 @@
<img src="./.github/neo_color_dark_gopher.png" width="300px" alt="logo"> <img src="./.github/neo_color_dark_gopher.png" width="300px" alt="logo">
</p> </p>
<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>
<hr /> <hr />
@ -30,12 +30,10 @@ A complete toolkit for the NEO blockchain, including:
- [Oracle service](docs/oracle.md) - [Oracle service](docs/oracle.md)
- [State validation service](docs/stateroots.md) - [State validation service](docs/stateroots.md)
This branch (**master**) is under active development now (read: won't work This branch (**master**) is Neo N3-compatible. For the current
out of the box) and aims to be compatible with Neo 3. For the current stable Legacy-compatible version please refer to the [**master-2.x**
version compatible with Neo 2 please refer to the [**master-2.x**
branch](https://github.com/nspcc-dev/neo-go/tree/master-2.x) and releases branch](https://github.com/nspcc-dev/neo-go/tree/master-2.x) and releases
before 0.80.0 (**0.7X.Y** track). Releases starting from 0.90.0 contain before 0.80.0 (**0.7X.Y** track).
Neo 3 code (0.90.0 being compatible with Neo 3 preview2).
# Getting started # Getting started