From 3c38c84c60ac52c7924d503953c57a6817fe1ca6 Mon Sep 17 00:00:00 2001 From: "Christopher R. Schuchardt" Date: Fri, 3 Oct 2025 05:54:52 -0400 Subject: [PATCH] Added neo.png and readme.md --- .neo/README.md | 25 ++++++++++++++++++ .neo/neo.png | Bin 0 -> 1419 bytes .../Neo.FileStorage.API.csproj | 5 ++++ 3 files changed, 30 insertions(+) create mode 100644 .neo/README.md create mode 100644 .neo/neo.png diff --git a/.neo/README.md b/.neo/README.md new file mode 100644 index 0000000..c3738b1 --- /dev/null +++ b/.neo/README.md @@ -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). diff --git a/.neo/neo.png b/.neo/neo.png new file mode 100644 index 0000000000000000000000000000000000000000..1a71de07eb55e4630535a8bd211257d0a4dbfb1c GIT binary patch literal 1419 zcma)6Su`666pbZ_E!HYZLyL6md#g%wmPXQY0#v0 z)u5Jf1l6gf)-gg!f(BDt)i$=_Z$9Uod*40xeY|_l{di=I8&XD6O%ebA$e>)Da7XHL zObM~0>9JIYJQAU39MS<$)qiT?$cPf)Kf(ckT8h+OF!0EOqFj8U0RRKkF@-oC9uNQk z2thf)@ua||0-v-~h*PQE9_05Tk%R4znP>A!UAqn#40&)9-9pEDe+$y*Cxest$q;SV zZgD@LappU;ILZWk)55^HvxQ29s43NoCLFA<3k^N7g@eJ<1NA zP~LCw!3v^Sc1d-mb7EB#y*s@pVh<1Ss0QDw+FXAmJ1%;SeJ0ehy0_hYbX3P;_9@qI zTOJpXei|MV0nIH;dv_M-gc+g>7*%xH*7~qoua&2c_BOcb0-h5VBfdv=}zzNIO z4?4k^$Gf;m&aK;#8aW_k_FZNyLb>Ycq8Ytr3K0M*n>_SngjV>5pw9z~crQNg=P~se z6+DSK8jm4GU#7oqOG1;Zm-f#Cw{TwM9q}>#W#&-OmAbqtQ<{)(-obTekFDoSN&it& z78Da^R>j}3@6u>?hfQGg$JDn?+vlUvO3>tCYy+%pyGWNNAZe8J3hk%l+p}B^wVwQg z)Wy1Rfd)&Xw*PHX$y{al8Pcx!4A zKbaYvr;d;b)&3KFSOER@gQtW)?8JYOu9kBz#P4`JDObl8e)Io<8A;Uawq)+Z-r;%^ z`F$cB@7K`~3QvW4*}F^QYGIp5Tc_TtMXXV`%D_CO8L`p}FKm+(th(u)Wbh`uCsqpN zTdh%X2Uh;s)@uviBNte6%!I+$!*N17YkNgl0iM;qh>t%RqghcooYFVHl=zS=D9>Ul zx^nV=QLszl?2Ql324*Kd8ezviaOV(+s{M!vtJCIlQc$uWvRml;4pDpYY`rXNB+@1l z9s+yz>tp!Oq=S`h*_-C`rc90bf66j)j}C`QyAV{D9U{8=TGRWaKTRhY^OfU=;w}9% zmz~xV5_R!y*;3~sQeLg&eZHdH%o=b@W0()A+mlpJwq4S0d=2=ky3S198sTL6r5FzxCo>BAv_bc7yuBP-ySc(KY86pPJ+* zcH*Q|F*Y$6)--p$rTJuxpi*!_y++{0CRWjIP%*rstUBzpShPhwz0@`(?PD4f@30>rhsthyd5egCPi)F?Ed6G0a>7L(r1z7} Q(E|mb5N=LY4nax(0@8w_9{>OV literal 0 HcmV?d00001 diff --git a/src/Neo.FileStorage.API/Neo.FileStorage.API.csproj b/src/Neo.FileStorage.API/Neo.FileStorage.API.csproj index 2154ac1..d17bf83 100644 --- a/src/Neo.FileStorage.API/Neo.FileStorage.API.csproj +++ b/src/Neo.FileStorage.API/Neo.FileStorage.API.csproj @@ -62,4 +62,9 @@ + + + + + \ No newline at end of file