Skip to content

Commit 4a14bf0

Browse files
authored
Updated readme with supported features (#719)
1 parent 8b0f83a commit 4a14bf0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<img src="https://goreportcard.com/badge/github.com/NethermindEth/juno">
1616
</a>
1717
<a href="https://github.com/NethermindEth/juno/actions">
18-
<img src="https://github.com/NethermindEth/juno/actions/workflows/juno-build.yml/badge.svg">
18+
<img src="https://github.com/NethermindEth/juno/actions/workflows/juno-test.yml/badge.svg">
1919
</a>
2020
<a href="https://codecov.io/gh/NethermindEth/juno">
2121
<img src="https://codecov.io/gh/NethermindEth/juno/branch/main/graph/badge.svg">
@@ -62,7 +62,7 @@ docker run -d \
6262
--name juno \
6363
-p 6060:6060 \
6464
-v /home/juno:/var/lib/juno \
65-
nethermindeth/juno \
65+
nethermind/juno \
6666
--rpc-port 6060 \
6767
--db-path /var/lib/juno
6868
```
@@ -131,8 +131,8 @@ docker logs -f juno
131131

132132
The focus of Phase 2 will be to Verify the state from layer 1 and implement the remaining JSON-RPC endpoints.
133133

134-
* [ ] Starknet v0.11.0 support
135-
* [ ] Poseidon state trie support
134+
* [X] Starknet v0.11.0 support
135+
* [X] Poseidon state trie support
136136
* [ ] Blockchain: implement blockchain reorganization logic.
137137
* [ ] Synchronisation: implement verification of state from layer 1.
138138
* [ ] JSON-RPC API [v0.3.0](https://github.com/starkware-libs/starknet-specs/tree/v0.3.0-rc1):

0 commit comments

Comments
 (0)