Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kompendium-ano/factom-rust-client-ng
- Owner: kompendium-ano
- Created: 2020-04-17T15:23:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T17:15:03.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T11:36:35.760Z (about 2 months ago)
- Topics: factom, factom-blockchain, factom-rust-client, rust
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)