Giter Club home page Giter Club logo

dotnetcoredynamicjson-rpc's People

Contributors

wintercooled avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dotnetcoredynamicjson-rpc's Issues

Remove unused methods from dotnetcoreDynamicJSON_RPC class, e.g. DaemonIsRunning

dotnetcoreDynamicJSON_RPC.cs contains methods from an earlier version of the code that used to also start and stop the daemons. This was removed because it was overkill for what is supposed to be a simple piece of code.

e.g.: DaemonIsRunning

Might be worth having some kind of check for things like it the daemon is reachable but that can be covered by the error handling enhancement.

readme/program.cs needs expanding

To cover:

DONE 1 Explain string extension methods up front.
2 Do a set up guide for Ubuntu from the terminal (not using Visual Studio but dotnet run etc).
3 Explain how node should be set up
DONE 4 Explain that we don't use data objects but JSON strings - the most we do is List and Linq. e.g. we don't use a block.cs for example.

Add Linq example

I have code to use Linq to query the returned data - it complicates otherwise simple example code but may add if I can annotate it well enough to explain what's going on.

Parses all JSON numbers that look like floats as Decimal

Currently you have to pass integer or decimal values into methods such as getblockhash(500) as getblockhash("500) will fail.

This goes against the 'simple to use' design idea. Can either convert within rpc call code or try some of the newtonsoft parse modes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.