Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğ
Ğcli-v2s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Rust
Ğcli-v2s
Merge requests
!35
1000i100
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
1000i100
1000i100
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Millicent Billette
requested to merge
1000i100
into
master
9 months ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6bbfadaf
2 commits,
9 months ago
1 file
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
10
−
0
Options
@@ -6,8 +6,18 @@ Using
-
https://github.com/duniter/substrate
-
https://github.com/duniter/subxt
## Install
Download from
[
release
](
https://git.duniter.org/clients/rust/gcli-v2s/-/releases
)
or build with
`cargo build`
.
On debian derived systems you can also :
check on
[
release
](
https://git.duniter.org/clients/rust/gcli-v2s/-/releases
)
page for latest version then in bash cli :
```
GCLI_VERSION={change me with latest version (0.2.14 in 2024 summer) and remove {}}
wget https://git.duniter.org/clients/rust/gcli-v2s/-/jobs/artifacts/$GCLI_VERSION/raw/target/debian/gcli_$GCLI_VERSION-1_amd64.deb?job=build_linux
mv gcli_* gcli_package.deb
dpkg -i gcli_package.deb
```
## Usage
If using a different runtime, update the metadata for the client to compile:
Loading