rust-jsonrpc icon indicating copy to clipboard operation
rust-jsonrpc copied to clipboard

Rust JSONRPC library

Results 13 rust-jsonrpc issues
Sort by recently updated
recently updated
newest added

Hey folks, First of all, I would like to thank you for an amazing library. I am trying to work with a bitcoin instance via HTTPs (it is behind a...

This would abstract users from a specific implementation so they could hook their own if required (eg WASM) or desired (eg use native HTTP client that comes with an OS/environment).

This is a WIP but I publish it because it is used in a WIP refactor for the bitcoincore-rpc crate which uses this

I have this strange behaviour with a Discord bot that I'm currently making. For a cryptocurrency project, I am using rust-jsonrpc as a client to query that cryptocurrency's blockchain. It...

So that the fuzzing target stays healthy

This issue is to track any remaining tasks before we can move this repo over to the [`rust-bitcoin`](https://github.com/rust-bitcoin) organisation. What tasks are remaining?

Hello, I just wanted to put a note about a fork I did yesterday (https://github.com/ddimaria/rust-jsonrpc). I altered the authentication to support Bearer tokens and removed the dependency on Vec params...

Hi, I'm trying to connect rust code to ethereum ? Is there any luck using this jsonrpc?? and it should compatible with webassembly as well. Or any other crates we...