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

[Core MD] Clarify repo scope: C# implementation ≠ Neo Core protocol #3706

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</a>
</p>

<h3 align="center">Neo Blockchain</h3>
<h3 align="center">CSharp implementation of the neo blockchain protocol.</h3>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And it's Neo, btw. NEO coin, Neo blockchain.


<p align="center">
A modern distributed network for the Smart Economy.
Expand Down Expand Up @@ -38,7 +38,7 @@
src=".github/images/nnt-logo.jpg"
width="23px">
</a>
&nbsp;
&nbsp;
<a href="https://t.me/NEO_EN">
<img
src=".github/images/telegram-logo.png"
Expand Down Expand Up @@ -99,13 +99,12 @@
1. [Overview](#overview)
2. [Project structure](#project-structure)
3. [Related projects](#related-projects)
4. [Opening a new issue](#opening-a-new-issue)
4. [Opening a new issue](#opening-a-new-issue)
5. [Bounty program](#bounty-program)
6. [License](#license)

## Overview
This repository contain main classes of the
[Neo](https://neo.org) blockchain.
This repository is a csharp implementation of the [neo](https://neo.org) blockchain. It is jointly maintained by the neo core developers and neo global development community.
Visit the [tutorials](https://docs.neo.org) to get started.


Expand All @@ -131,7 +130,7 @@ An overview of the project folders can be seen below.
|[/tests/](https://github.com/neo-project/neo/tree/master/tests)|All unit tests.|

## Related projects
Code references are provided for all platform building blocks. That includes the base library, the VM, a command line application and the compiler.
Code references are provided for all platform building blocks. That includes the base library, the VM, a command line application and the compiler.

* [neo:](https://github.com/neo-project/neo/) Included libraries are Neo, Neo-CLI, Neo-GUI, Neo-VM, test and plugin modules.
* [neo-express:](https://github.com/neo-project/neo-express/) A private net optimized for development scenarios.
Expand Down