Skip to content

Commit

Permalink
chore: effected requested devnet doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
od-hunter authored May 31, 2024
1 parent 8784ed8 commit 59c3e91
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/src/chapter_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@

Starknet Devnet is a development network (devnet) implemented in Rust, similar to the Python-based starknet-devnet.With Devnet, you can simulate Starknet in the comfort of your local network. Fork mainnet/testnet to interact with real-world smart contracts, while maintaining isolation.

## Characteristics

1. Simulate Starknet in the comfort of your local network. Fork mainnet/testnet to interact with real-world smart contracts, while maintaining isolation.

2. Gas price, predeployed accounts, chain ID... All of this and more can be configured according to your needs. Once your work is done, dump Devnet into a file and later load it to continue where you left off.

3. Unlike its Pythonic predecessor, this program is built in Rust to ensure a better performance and overall user experience.

The Starknet Scaffold provides a simple script to help spin devnet up.

## Prerequisites:

1. Docker Installation: Docker has to be installed for the script to work.
Expand All @@ -25,3 +15,5 @@ Ensure to have Docker installed. To run starknet-devnet:
```
npm run devnet
```

Check out the official starknet devnet documentation [here](https://book.starknet.io/ch02-06-starknet-devnet.html).

0 comments on commit 59c3e91

Please sign in to comment.