Skip to content

Commit 655c01f

Browse files
authored
Merge pull request #4 from cschuchardt88/add/images
Added neo.png and readme.md
2 parents 1fad6f9 + 3c38c84 commit 655c01f

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.neo/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Overview
2+
This repository contain main classes of the [Neo](https://www.neo.org) blockchain.
3+
Visit the [documentation](https://docs.neo.org/docs/en-us/index.html) to get started.
4+
5+
## Related projects
6+
Code references are provided for all platform building blocks. That includes the base library, the VM, a command line application and the compiler.
7+
8+
- [neo:](https://github.com/neo-project/neo/) Neo core library, contains base classes, including ledger, p2p and IO modules.
9+
- [neo-modules:](https://github.com/neo-project/neo-modules/) Neo modules include additional tools and plugins to be used with Neo.
10+
- [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*.
11+
12+
## Opening a new issue
13+
Please feel free to create new issues to suggest features or ask questions.
14+
15+
- [Feature request](https://github.com/neo-project/neo/issues/new?assignees=&labels=discussion&template=feature-or-enhancement-request.md&title=)
16+
- [Bug report](https://github.com/neo-project/neo/issues/new?assignees=&labels=&template=bug_report.md&title=)
17+
- [Questions](https://github.com/neo-project/neo/issues/new?assignees=&labels=question&template=questions.md&title=)
18+
19+
If you found a security issue, please refer to our [security policy](https://github.com/neo-project/neo/security/policy).
20+
21+
## Bounty program
22+
You can be rewarded by finding security issues. Please refer to our [bounty program page](https://neo.org/bounty) for more information.
23+
24+
## License
25+
The NEO project is licensed under the [MIT license](http://www.opensource.org/licenses/mit-license.php).

.neo/neo.png

1.39 KB
Loading

src/Neo.FileStorage.API/Neo.FileStorage.API.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,9 @@
6262
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.*" />
6363
</ItemGroup>
6464

65+
<ItemGroup>
66+
<None Include="../../.neo/neo.png" Pack="true" Visible="false" PackagePath=""/>
67+
<None Include="../../.neo/README.md" Pack="true" Visible="false" PackagePath=""/>
68+
</ItemGroup>
69+
6570
</Project>

0 commit comments

Comments
 (0)