starkli 0.1.8

Starkli (/ˈstɑːrklaɪ/), a blazing fast CLI tool for Starknet powered by starknet-rs
<p align="center">
  <h1 align="center">starkli</h1>
</p>

**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 <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT]./LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.