https://github.com/tangle-network/cli
đ¸ī¸ The Webb Command-line tools đ§°
https://github.com/tangle-network/cli
Last synced: about 1 year ago
JSON representation
đ¸ī¸ The Webb Command-line tools đ§°
- Host: GitHub
- URL: https://github.com/tangle-network/cli
- Owner: tangle-network
- License: gpl-3.0
- Created: 2021-02-11T08:57:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T18:29:30.000Z (about 4 years ago)
- Last Synced: 2025-02-05T21:53:42.348Z (about 1 year ago)
- Language: Rust
- Size: 404 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Webb CLI
đ¸ī¸ The Webb Command-line tools đ§°
â ī¸ Beta Software â ī¸
## Features â¨
* Easy to Use đ¤
* Fast âĄ
* Secure đ
* Misuse-resistant đĢ
* Privacy đĩī¸
Read More here: [Webb CLI: Goals and Ideas](https://github.com/webb-tools/cli/discussions/2)
## Install âšī¸
#### Unix (Linux, macOS, WSL2, ..)
```
$ curl -fsSL https://git.io/get-webb.sh | sh
```
#### Windows
```
$ iwr https://git.io/get-webb.ps1 -useb | iex
```
## Safety
This crate uses `#![deny(unsafe_code)]` to ensure everything is implemented in
100% Safe Rust.
## Contributing
Want to join us? take a look at some of these issues:
- [Issues labeled "good first issue"][good-first-issue]
- [Issues labeled "help wanted"][help-wanted]
[good-first-issue]: https://github.com/webb-tools/cli/labels/good%20first%20issue
[help-wanted]: https://github.com/webb-tools/cli/labels/help%20wanted
## License
Licensed under GPLV3 license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the GPLV3 license, shall
be licensed as above, without any additional terms or conditions.