neo icon indicating copy to clipboard operation
neo copied to clipboard

Sole solution that contains everything of neo core

Open Jim8y opened this issue 1 year ago • 37 comments

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:

Jim8y avatar Nov 06 '23 10:11 Jim8y