Skip to content

Commit 0032355

Browse files
authored
renamed starknet devnet rs to starknet devnet in tooling
1 parent 16d0b36 commit 0032355

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
= Tools for running a Starknet devnet
22

3-
[#starknet-devnet-rs]
4-
== Starknet Devnet RS
5-
6-
https://github.com/0xSpaceShard/starknet-devnet-rs[Starknet Devnet RS
7-
^], developed by SpaceShard, is a Rust implementation of a local Starknet node that includes many featured tailored for testing and development, which are not present on testnet or mainnet,including
3+
== Starknet Devnet
4+
https://github.com/0xSpaceShard/starknet-devnet-rs[Starknet Devnet^], developed by SpaceShard, is a Rust implementation of a local Starknet node that includes many featured tailored for testing and development, which are not present on testnet or mainnet,including
85
* Pre-deployed and pre-funded accounts
96
* Forking the chain at a specific block.
107
* Dumping current state (and loading in future runs)
118
* Impersonating account
129
* Mock L1<>L2 communication
1310

14-
[#starknet-devnet-js]
1511
== Starknet Devnet JS
1612
https://github.com/0xSpaceShard/starknet-devnet-js[Starknet Devnet JS^] is a JavaScript package that abstracts the Starknet Devnet API, making it easier to interact with it and write end-to-end tests for L1<>L2 communications.
1713

18-
[#katana]
1914
== Katana
20-
2115
https://book.dojoengine.org/toolchain/katana[Katana], developed by https://cartridge.gg/[Cartridge^], is an extremely fast devnet designed to support local development with the https://github.com/dojoengine/dojo[Dojo Starknet gaming engine] but can be used as a general purpose devnet as well.
22-

0 commit comments

Comments
 (0)