forked from neo-project/neo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added README to packages (neo-project#3026)
- Loading branch information
1 parent
254fc99
commit 9db894f
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Overview | ||
This repository contain main classes of the [Neo](https://www.neo.org) blockchain. | ||
Visit the [documentation](https://docs.neo.org/docs/en-us/index.html) to get started. | ||
|
||
## 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. | ||
|
||
- [neo:](https://github.com/neo-project/neo/) Neo core library, contains base classes, including ledger, p2p and IO modules. | ||
- [neo-modules:](https://github.com/neo-project/neo-modules/) Neo modules include additional tools and plugins to be used with Neo. | ||
- [neo-devpack-dotnet:](https://github.com/neo-project/neo-devpack-dotnet/) These are the official tools used to convert a C# smart-contract into a *neo executable file*. | ||
|
||
## Opening a new issue | ||
Please feel free to create new issues to suggest features or ask questions. | ||
|
||
- [Feature request](https://github.com/neo-project/neo/issues/new?assignees=&labels=discussion&template=feature-or-enhancement-request.md&title=) | ||
- [Bug report](https://github.com/neo-project/neo/issues/new?assignees=&labels=&template=bug_report.md&title=) | ||
- [Questions](https://github.com/neo-project/neo/issues/new?assignees=&labels=question&template=questions.md&title=) | ||
|
||
If you found a security issue, please refer to our [security policy](https://github.com/neo-project/neo/security/policy). | ||
|
||
## Bounty program | ||
You can be rewarded by finding security issues. Please refer to our [bounty program page](https://neo.org/bounty) for more information. | ||
|
||
## License | ||
The NEO project is licensed under the [MIT license](http://www.opensource.org/licenses/mit-license.php). |