1 Star 0 Fork 0

ningwj / neo-sharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

neo-sharp

Coverage Status

C# Node for the NEO blockchain.

Overview

Neo-sharp is a new core and node implementation of NEO with three main project goals:

  • To break interdependencies in NEO and allow a plug-able modular design to be used by node implementations. The modules will consist in: Network, VM, Persistence and Consensus.

  • To create testing infrastructure for both specification of behavior and benchmark of modifications.

  • To develop an initial fully compatible version and one new experimental high performance module for each component.

This project is not about adding new features to NEO, it is about establishing and adhering coding best practcies, implementing proper design patterns, and ensuring the code is testable with a focus on unit test code coverage.

Projects

  • Application - Composition Route and entry point
    • Client - Console based client
  • BinarySerialization - Binary serialization and deserialization of NEO entities
  • Consensus - NEO Consensus implementation (TODO)
  • Core - Configuration Management, Dependency Injection Framework, Logging Management and Models
    • Cryptography - all crypto based functions
    • Network - Neo p2p protocol
  • DI - Dependency Injection framework
    • SimpleInjector - Module to implement Simple Injector as the DI framework
  • Logging - Logging framework implementation
    • NLog - Logging implementation using NLog
  • Persistence - Disk and in-memory based data storage / persistence
    • RocksDB - RocksDB Repository Implementation
    • RedisDB - Redis Repository Implementation
  • SmartContract - NEO Smart Contract execution engine (TODO)
  • VM - Interop assembly for HyperVM / VM integration (TODO)
  • Wallet - NEO wallet implementation (TODO)

Architecture

Contributing

Feel free to contribute to this project after reading the contributing guidelines.

Before starting to work on a certain topic, create an new issue first, describing the feauture/topic you are going to implement. Please submit new pull requests to the development branch

Also, there is a Trello board to show the status of the project.

License

  • Open-source MIT
Copyright (c) 2018 City of Zion Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
C#
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/ihearyou/neo-sharp.git
git@gitee.com:ihearyou/neo-sharp.git
ihearyou
neo-sharp
neo-sharp
master

搜索帮助