Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xSpaceShard/starknet-devnet-rs
A local testnet for Starknet... in Rust
https://github.com/0xSpaceShard/starknet-devnet-rs
blockchain starknet
Last synced: 24 days ago
JSON representation
A local testnet for Starknet... in Rust
- Host: GitHub
- URL: https://github.com/0xSpaceShard/starknet-devnet-rs
- Owner: 0xSpaceShard
- License: mit
- Created: 2023-05-12T14:49:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:20:15.000Z (about 1 month ago)
- Last Synced: 2024-10-29T11:42:41.367Z (about 1 month ago)
- Topics: blockchain, starknet
- Language: Rust
- Homepage: https://0xspaceshard.github.io/starknet-devnet-rs/
- Size: 5.61 MB
- Stars: 106
- Watchers: 11
- Forks: 62
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starknet - Starknet Devnet - Local testnet. (Additional developer resources)
- awesome-rust-list - 0xSpaceShard/starknet-devnet-rs - devnet-rs?style=social"/> : A local testnet for Starknet... in Rust. (Web3 and ZKP Framework)
- awesome-rust-list - 0xSpaceShard/starknet-devnet-rs - devnet-rs?style=social"/> : A local testnet for Starknet... in Rust. (Web3 and ZKP Framework)
README
Starknet Devnet RS
A local testnet for Starknet... in Rust!
## Features
- [Forking](https://0xspaceshard.github.io/starknet-devnet-rs/docs/forking) - interact with contracts deployed on mainnet or testnet
- [Account impersonation](https://0xspaceshard.github.io/starknet-devnet-rs/docs/account-impersonation)
- [L1-L2 interaction](https://0xspaceshard.github.io/starknet-devnet-rs/docs/postman)
- [Predeployed contracts](https://0xspaceshard.github.io/starknet-devnet-rs/docs/predeployed) - accounts, tokens etc.
- [Block manipulations](https://0xspaceshard.github.io/starknet-devnet-rs/docs/blocks) - creation, abortion etc.
- [Time manipulations](https://0xspaceshard.github.io/starknet-devnet-rs/docs/starknet-time/)
- [Dump, load, restart state](https://0xspaceshard.github.io/starknet-devnet-rs/docs/dump-load-restart)
- [Configurable according to your needs](https://0xspaceshard.github.io/starknet-devnet-rs/docs/running/cli)## 🌐 Documentation
Find the official documentation [here](https://0xspaceshard.github.io/starknet-devnet-rs/).
## starknet-devnet-js
Simplify the installation, spawning and usage of Devnet in your tests by relying on the official JavaScript wrapper. Read more [here](https://github.com/0xspaceShard/starknet-devnet-js).
## ✏️ Contributing
We ❤️ and encourage all contributions and thank all the [contributors](https://github.com/0xSpaceShard/starknet-devnet-rs/graphs/contributors)!
[Click here](.github/CONTRIBUTING.md) for the development guide.