Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved README #836

Merged
merged 1 commit into from
Jun 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ From 2017 until the middle of 2020 (estimated), NEO 2.x will still be supported

A link to the essential C# reference implementation can be seen below:

* [neo-core](https://github.com/neo-project/neo/tree/master-2.x)
* [neo-vm](https://github.com/neo-project/neo-vm/tree/master-2.x)
* [neo-cli](https://github.com/neo-project/neo-cli/tree/master-2.x)
* [neo-plugins](https://github.com/neo-project/neo-plugins/tree/master-2.x)
* [neo-compiler](https://github.com/neo-project/neo-compiler/tree/master-2.x)
* [neo](https://github.com/neo-project/neo/tree/master-2.x): core implementation (branch `master-2.x`)
* [neo-vm](https://github.com/neo-project/neo-vm/tree/master-2.x): virtual machine (branch `master-2.x`)
* [neo-cli](https://github.com/neo-project/neo-cli/tree/master-2.x): command-line interface (branch `master-2.x`)
* [neo-plugins](https://github.com/neo-project/neo-plugins/tree/master-2.x): plugins (branch `master-2.x`)
* [neo-devpack-dotnet](https://github.com/neo-project/neo-devpack-dotnet/tree/master-2.x): NeoContract compiler and development pack for .NET (branch `master-2.x`)

NEO 1.x was known as Antshares and the roots of the code can be found historically in this current repository.

Expand Down