Registry / crypto / grin-api

grin-api

JSON →
library5.4.0rscratesunverified

APIs for Grin, a simple, private, and scalable cryptocurrency based on Mimblewimble.

# Cargo.toml [dependencies] grin_api = "5.4.0"
INSTALL
IMPORT
SIG · GRIN-API
G
grin-api
cryptorustv5.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use grin_api::client::Client;

Creates a new Grin API client connected to a local node.

use grin_api::client::Client; fn main() { let client = Client::new("http://localhost:3413"); println!("Client created"); }
Debug
Known issues
gotchaRequires a running Grin node to function.
fix
Start a Grin node before using the API.
affects: >=5.0.0
Upgrade
Version history
5.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
grin-api — cargo add grin-api · libregistry