Select Git revision
fixme_tests.rs
-
Hugo Trentesaux authored
remove issuer in add_cert and more refac the code compiles
Hugo Trentesaux authoredremove issuer in add_cert and more refac the code compiles
README.md 1.96 KiB
gcli
CLI client for Duniter-V2S.
Using
Download from release or build with cargo build
.
Usage
If using a different runtime, update the metadata for the client to compile:
subxt metadata -f bytes > res/metadata.scale
Send 10 ĞD from Alice to Ferdie:
cargo run -- --url ws://localhost:9944 --secret //Alice transfer 1000 5CiPPseXPECbkjWCa6MnjNokrgYjMqmKndv2rSnekmSK2DjL
List certifications and session keys that will expire within one month:
cargo run -- --url wss://gdev.p2p.legal:443/ws expire --blocks 432000
For more examples see in the example file.
Log level
You can adjust the log level:
export RUST_LOG=gcli=info
Runtime metadata
To update runtime metadata:
subxt metadata -f bytes > res/metadata.scale