|
5 | 5 |
|
6 | 6 | **Complete Starknet library in Rust[™](https://www.reddit.com/r/rust/comments/12e7tdb/rust_trademark_policy_feedback_form/)**
|
7 | 7 |
|
8 |
| - |
9 |
| -[](https://github.com/starkware-libs/starknet-specs/tree/v0.7.1) |
| 8 | + |
| 9 | +[](https://github.com/starkware-libs/starknet-specs/tree/v0.8.0) |
10 | 10 | [](https://github.com/xJonathanLEI/starknet-rs/actions/workflows/lint.yaml)
|
11 | 11 | [](https://crates.io/crates/starknet)
|
12 | 12 |
|
@@ -87,31 +87,27 @@ Examples can be found in the [examples folder](./examples):
|
87 | 87 |
|
88 | 88 | Make sure your account has some L2 Sepolia ETH to pay for the transaction fee.
|
89 | 89 |
|
90 |
| -5. [Declare legacy Cairo 0 contract on `alpha-sepolia` testnet](./examples/declare_cairo0_contract.rs) |
| 90 | +5. [Query the latest block number with JSON-RPC](./examples/jsonrpc.rs) |
91 | 91 |
|
92 |
| - Make sure your account has some L2 Sepolia ETH to pay for the transaction fee. |
93 |
| - |
94 |
| -6. [Query the latest block number with JSON-RPC](./examples/jsonrpc.rs) |
95 |
| - |
96 |
| -7. [Encoding and decoding Cairo types](./examples/serde.rs) |
| 92 | +6. [Encoding and decoding Cairo types](./examples/serde.rs) |
97 | 93 |
|
98 |
| -8. [Parse a SNIP-12 message and compute its hash](./examples/snip_12_json.rs) |
| 94 | +7. [Parse a SNIP-12 message and compute its hash](./examples/snip_12_json.rs) |
99 | 95 |
|
100 |
| -9. [Batched JSON-RPC requests](./examples/batch.rs) |
| 96 | +8. [Batched JSON-RPC requests](./examples/batch.rs) |
101 | 97 |
|
102 |
| -10. [Call a contract view function](./examples/erc20_balance.rs) |
| 98 | +9. [Call a contract view function](./examples/erc20_balance.rs) |
103 | 99 |
|
104 |
| -11. [Deploy an Argent X account to a pre-funded address](./examples/deploy_argent_account.rs) |
| 100 | +10. [Deploy an Argent X account to a pre-funded address](./examples/deploy_argent_account.rs) |
105 | 101 |
|
106 |
| -12. [Inspect public key with Ledger](./examples/ledger_public_key.rs) |
| 102 | +11. [Inspect public key with Ledger](./examples/ledger_public_key.rs) |
107 | 103 |
|
108 |
| -13. [Deploy an OpenZeppelin account with Ledger](./examples/deploy_account_with_ledger.rs) |
| 104 | +12. [Deploy an OpenZeppelin account with Ledger](./examples/deploy_account_with_ledger.rs) |
109 | 105 |
|
110 |
| -14. [Transfer ERC20 tokens with Ledger](./examples/transfer_with_ledger.rs) |
| 106 | +13. [Transfer ERC20 tokens with Ledger](./examples/transfer_with_ledger.rs) |
111 | 107 |
|
112 |
| -15. [Parsing a JSON-RPC request on the server side](./examples/parse_jsonrpc_request.rs) |
| 108 | +14. [Parsing a JSON-RPC request on the server side](./examples/parse_jsonrpc_request.rs) |
113 | 109 |
|
114 |
| -16. [Inspecting a erased provider-specific error type](./examples/downcast_provider_error.rs) |
| 110 | +15. [Inspecting a erased provider-specific error type](./examples/downcast_provider_error.rs) |
115 | 111 |
|
116 | 112 | ## License
|
117 | 113 |
|
|
0 commit comments