starkli icon indicating copy to clipboard operation
starkli copied to clipboard

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

Results 23 starkli issues
Sort by recently updated
recently updated
newest added

Wondering if we can add starkli support for a Metamask snap account, I can submit a PR, would it be any different than how you added support for Braavos and...

As a complementary feature to #57, it would be great to have the option to broadcast a raw tx by only providing a network/RPC provider. Useful if you want to...

Some RPC providers (notably Nethermind) use the same URL for their RPC endpoints and auth is done via a custom HTTP header (in this case `x-apikey`). Would it be possible...

It would be very useful to have an option to print out the raw transaction without broadcasting it to the network. For example, to compare a _possible_ future transaction with...

Add an option to send V3 transactions with Starkli for invoke, declare, deploy

![telegram-cloud-photo-size-1-5089158649871444685-y](https://github.com/xJonathanLEI/starkli/assets/58019353/6ba2e6ce-551a-4315-a58c-b53c88dee011)

The structure of the file `account.json` that describes an account contract only supports one type, `open_zeppelin` that relies on a single signer using the stark friendly elliptic curve found in...

![Screenshot 2024-08-07 at 13 58 54](https://github.com/user-attachments/assets/56a3adb2-5d97-4f15-938e-1b5f1c9fa6fe)

# Descrbie the Problem When creating a new account, `starkli` lets you select one of Argent, Braavos or OZ accounts. It uses the latest hash available from these accounts, and...

Allow users to input bytearrays efficiently by defining a byte array scheme. Example: ``` starkli invoke eth transfer 0x1234 string:"A long string which should be serialised to a byte array"...