Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kompendium-ano/factom-rust-client-ng

Rust JSON-RPC client for Factom
https://github.com/kompendium-ano/factom-rust-client-ng

factom factom-blockchain factom-rust-client rust

Last synced: about 1 month ago
JSON representation

Rust JSON-RPC client for Factom

Awesome Lists containing this project

README

        

# Rust JSON-RPC client for Factom blockchain

![Rust](https://github.com/kompendium-ano/factom-rust-client-ng/workflows/Rust/badge.svg)
![Crates.io](https://img.shields.io/crates/v/factom-api)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/kompendium-llc/api-rpc-factom/blob/master/LICENSE)

An updated JSON-RPC Rust client for the Factom protocol with responses being actual types compared to older version [factom-rust-client](https://github.com/kompendium-ano/factom-rust-client). Defines new namespace with package name `factom-api`.

## Learn
- [Accessing the Factom blockchain from different programming languages](https://medium.com/kompendium-developments/accessing-factom-blockchain-from-different-programming-languages-7f09030efe16)