starkli 0.1.8

Starkli (/ˈstɑːrklaɪ/), a blazing fast CLI tool for Starknet powered by starknet-rs
# Commands

Starkli offers the following commands:

- selector
- class-hash
- to-cairo-string
- parse-cairo-string
- mont
- call
- transaction
- block-number
- block-hash
- block
- block-time
- state-update
- transaction-receipt
- chain-id
- nonce
- storage
- class-hash-at
- class-by-hash
- class-at
- syncing
- signer
- account
- invoke
- declare
- deploy
- completions

To check usage of each command, run with the `--help` option.

> 🏗️ **TODO**
>
> Document each command instead of asking users to run `--help`.