10000 GitHub - atanmarko/topos: Client of the Topos protocol
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

atanmarko/topos

 
 

Repository files navigation


Logo Logo

topos is the unified command line interface to the Topos protocol.


Test workflow Quality workflow codecov MSRV

Getting Started

Install Rust

The first step is to install Rust along with cargo by following the instructions here.

Install topos

cargo install topos --git https://github.com/topos-protocol/topos

Try out topos!

topos --help

Find more about how topos works in the documentation.

Topos Docker image

The docker images use stable Rust toolchain by default. You can use a different one by defining RUSTUP_TOOLCHAIN argument, the list of available toolchain is here

Build Topos docker image:

DOCKER_BUILDKIT=1 docker build . --build-arg RUSTUP_TOOLCHAIN=[...] -t topos:latest

Run Topos docker image:

docker run -it --rm topos:latest --help

Development

Contributions are very welcomed, the guidelines are outlined in CONTRIBUTING.md.

Support

Feel free to open an issue if you have any feature request or bug report.
If you have any questions, do not hesitate to reach us on Discord!

Resources

License

This project is released under the terms specified in the LICENSE file.

About

Client of the Topos protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Other 0.1%
0