Skip to content

NEO-Development/Neo-RPC-SharpClient

 
 

Repository files navigation

Neo-RPC-SharpClient

Modular RPC client for C# NEO blockchain.

Still on testing phase, do not use it on the MainNet!

Overview

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.

What does it currently do

  • RPC Client

What will it do

  • 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

Contributing

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%