Modular RPC client for C# NEO blockchain.
Still on testing phase, do not use it on the MainNet!
This project aims to be a full RPC client for the NEO network created in C# and inspired by Nethereum. You can use it support your mobile wallet, websites, neo blockchain data gathering, etc.
- RPC Client
- After proper testing, will create a Nuget package for easy C# projects integration
Develop with decoupling in mind to make maintenance and new RPC methods implemented more quickly:
- Client base - Neo.JsonRpc.Client project
- RPC client implementation - Neo.JsonRpc.RpcClient project
- DTO'S, Services, Helpers - Neo.RPC (main project)
- Tests - Neo.RPC.Tests
- Bruno Freitas - BrunoFreitasgit
This project is licensed under the MIT License - see the LICENSE.md file for details