Skip to content

Commit

Permalink
update board for RPC methods
Browse files Browse the repository at this point in the history
  • Loading branch information
cicr99 committed Sep 26, 2023
1 parent 1bc2287 commit 92cd85d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ go run main.go

### RPC

`starknet.go` RPC implements the [Starknet RPC v03 Spec](https://github.com/starkware-libs/starknet-specs/tree/v0.3.0/api):
`starknet.go` RPC implements the [Starknet RPC v04 Spec](https://github.com/starkware-libs/starknet-specs/tree/v0.4.0/api):

| Method | Implemented (*) |
| ------------------------------------------ | ------------------ |
Expand All @@ -103,6 +103,7 @@ go run main.go
| `starknet_getBlockTransactionCount` | :heavy_check_mark: |
| `starknet_call` | :heavy_check_mark: |
| `starknet_estimateFee` | :heavy_check_mark: |
| `starknet_estimateMessageFee` | :heavy_check_mark: |
| `starknet_blockNumber` | :heavy_check_mark: |
| `starknet_blockHashAndNumber` | :heavy_check_mark: |
| `starknet_chainId` | :heavy_check_mark: |
Expand Down

0 comments on commit 92cd85d

Please sign in to comment.