Select Git revision
gulpfile.js
Forked from
clients / Cesium-grp / Cesium
Source project has a limited visibility.
-
Benoit Lavenier authored
[fix] Remove unused gulp script [fix] Compile web artifact into /dist
Benoit Lavenier authored[fix] Remove unused gulp script [fix] Compile web artifact into /dist
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