Skip to content
Snippets Groups Projects
Select Git revision
  • 805b4e0b6163caaf6dababf9e048a7557a7f7b8a
  • master default protected
  • traduccio_barbara
  • Catalan-translation
  • feature/cesium_plus_pod_2
  • feature/add_pubkey_icon
  • feature/startup_node_selection
  • develop
  • feature/android_api_19
  • Vivakvo/cesium-patch-8
  • gitlab_migration_1
  • dev
  • rml8
  • v1.6.12
  • v1.6.11
  • v1.6.10
  • v1.6.9
  • v1.6.8
  • v1.6.7
  • v1.6.6
  • v1.6.5
  • v1.6.4
  • v1.6.3
  • v1.6.2
  • v1.6.2-alpha
  • v1.6.1
  • v1.6.0
  • v1.5.12
  • v1.5.11
  • v1.5.10
  • v1.5.9
  • v1.5.8
  • v1.5.7
33 results

gulpfile.js

Blame
  • Forked from clients / Cesium-grp / Cesium
    Source project has a limited visibility.
    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

    Smith