neo
neo copied to clipboard
Sole solution that contains everything of neo core
Summary or problem description
It has being painful to maintain multiple projects while every single one of them has some sort of relyance on others. It is hard for new developers to find code they want and hard for old
developers to address the issues in the project. If there had some reasons to split neo core into multiple subprojects, now we have much more reasons to put them back together into one.
Do you have any solution you want to propose?
A sole C# solution that contains every neo core projects and tools. A solution with a structure like this:
- cryptography
- core
- compiler
- vm
- plugins
- cli
- examples
- documents
- dockers
- scripts
- benchmark
- ...
Neo Version
- Neo 3
Where in the software does this update applies to?
- Compiler
- Consensus
- CLI
- Plugins
- Ledger
- Network Policy
- P2P (TCP)
- RPC (HTTP)
- SDK
- VM
- Other: