Official Rapid Loop fork and enterprise-enhanced rebuild of the NEO Blockchain Smart Economy Platform.
A modern, high-performance C# library for building on the Neo blockchain — designed for developers and enterprises who need reliability, scalability, and seamless integration.
neo-platform is Rapid Loop's actively maintained fork of the Neo blockchain C# ecosystem. We are rebuilding and enhancing the Neo platform with enterprise-grade improvements for:
- Better performance and scalability
- Modern developer experience
- Seamless integration with existing business systems
- Enhanced security and tooling
Whether you're building decentralized applications (dApps), smart contracts, wallets, or enterprise blockchain solutions, this SDK provides the core building blocks.
Official Neo Website: neo.org
- Full Neo Compatibility — Core blockchain, VM, cryptography, and wallet functionality
- Enterprise Ready — Robust configuration, logging, and integration tools
- Modular Architecture — Clean separation across packages:
Neo.Core— Core blockchain logicNeo.VM— Virtual MachineNeo.Cryptography— Secure cryptographic primitivesNeo.Wallet— Wallet management- And more...
- High Performance — Optimized for real-world usage
- Comprehensive Testing — Full test suite included
- NuGet Ready — Easy package distribution
neo-platform/
├── src/ # Source code (multiple projects)
│ ├── Neo.Core/
│ ├── Neo.VM/
│ ├── Neo.Cryptography/
│ ├── Neo.Wallet/
│ └── ...
├── tests/ # Unit and integration tests
├── pkgs/ # Package distribution
├── .github/workflows/ # CI/CD pipelines
├── .images/ # Logos and assets
└── All.slnx # Solution filegit clone https://github.com/Rapid-Loop/neo-platform.git
cd neo-platformdotnet build All.slnxdotnet test- Language:
C# (.NET) - Build System:
dotnet - CI/CD:
GitHub Actions
- Neo Official Documentation
- Check individual project folders for more details.
We welcome contributions! See our Contributing Guidelines (create this file if needed).
This project is licensed under the BSD-2-Clause License — see the LICENSE file for details.