Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xjonathanlei/starkli
Starkli (/ˈstɑːrklaɪ/), a ⚡ blazing ⚡ fast ⚡ CLI tool for Starknet powered by 🦀 starknet-rs 🦀
https://github.com/xjonathanlei/starkli
cli ledger rust starknet
Last synced: 6 days ago
JSON representation
Starkli (/ˈstɑːrklaɪ/), a ⚡ blazing ⚡ fast ⚡ CLI tool for Starknet powered by 🦀 starknet-rs 🦀
- Host: GitHub
- URL: https://github.com/xjonathanlei/starkli
- Owner: xJonathanLEI
- License: apache-2.0
- Created: 2022-11-23T04:41:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T06:50:20.000Z (17 days ago)
- Last Synced: 2025-01-18T05:06:12.141Z (13 days ago)
- Topics: cli, ledger, rust, starknet
- Language: Rust
- Homepage: https://book.starkli.rs
- Size: 905 KB
- Stars: 177
- Watchers: 7
- Forks: 52
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
starkli
**Starkli (/ˈstɑːrklaɪ/), a :zap: blazing :zap: fast :zap: CLI tool for Starknet powered by :crab: [starknet-rs](https://github.com/xJonathanLEI/starknet-rs) :crab:**
## Installation
If you're on a supported platform, the easiest way to install and update `starkli` is to use `starkliup`, which can be installed by running:
```console
curl https://get.starkli.sh | sh
```Once `starkliup` is installed, you can then install or update `starkli` simply by running the `starkliup` command without arguments:
```console
starkliup
```Behind the scene, `starkliup` downloads prebuilt binaries (built from GitHub Actions) so you don't need a Rust installation to use it.
Check out the [Starkli book](https://book.starkli.rs/installation) for more installation options.
## Documentation
Documentation is available as the [Starkli book](https://book.starkli.rs/).
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](./LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](./LICENSE-MIT) or )at your option.