Skip to content

Commit 730381a

Browse files
committed
fix list
1 parent c1ec23a commit 730381a

File tree

4 files changed

+4
-60
lines changed

4 files changed

+4
-60
lines changed

src/anvil/README.md

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -84,50 +84,8 @@ Genesis Timestamp
8484
Listening on 127.0.0.1:8545
8585
```
8686

87-
### Features
88-
89-
#### Configuration
90-
91-
Anvil is highly configurable, allowing you to:
92-
93-
- **Mining Modes**: Choose automatic mining (default), interval mining (`--block-time <seconds>`), or on-demand mining (`--no-mining`).
94-
- **Accounts and Balances**: Set the number of accounts (`--accounts`) and their Ether balance (`--balance`).
95-
- **Genesis Initialization**: Start with a custom genesis file (`--init <genesis.json>`), defining parameters like `chainId`, `gasLimit`, and preallocated accounts.
96-
- **EVM Hardforks**: Simulate specific Ethereum hardforks (e.g., `shanghai`, `paris`) using `--hardfork`.
97-
- **Transport Layers**: Supports HTTP and WebSocket connections on port 8545 (customizable via `--port`).
98-
- **Chain State**: Save/load states with `--state`, `--dump-state`, or `--load-state` for persistence.
99-
100-
#### Forking
101-
102-
Anvil can fork live Ethereum or EVM-compatible networks:
103-
104-
- **State Replication**: Use `--fork-url` to replicate a network’s state at a specific block (`--fork-block-number`) or transaction (`--fork-transaction-hash`).
105-
- **Offline Testing**: Combine `--fork-chain-id` with cached state for offline scenarios.
106-
- **Caching and Rate Limits**: Disable caching with `--no-storage-caching` or manage RPC requests using `--compute-units-per-second` or `--no-rate-limit`.
107-
108-
#### State Management
109-
110-
Flexible state management options include:
111-
112-
- **Snapshots**: Save and reload chain states with `--state`, `--dump-state`, and `--load-state`.
113-
- `--state` is an alias for both `--load-state` and `--dump-state`, it initializes the chain with the state and block environment stored at the file, if it exists, and dumps the chain's state on exit.
114-
- **Historical States**: Preserve or prune states with `--preserve-historical-states` or `--prune-history`. Set the number of persisted states using `--max-persisted-states`.
115-
- **Intervals**: Control state dump intervals with `--state-interval`.
116-
117-
#### RPC Methods
118-
119-
Supports standard Ethereum RPC methods (`eth_getBlockByNumber`, `eth_sendTransaction`, etc.), Anvil-specific methods (`anvil_impersonateAccount`, `anvil_setBalance`, etc.), and tracing/debugging (`debug_traceTransaction`, `evm_snapshot`, etc.).
120-
121-
#### Default CREATE2 Deployer
122-
123-
Includes a CREATE2 deployer proxy (`0x4e59b44847b379578588920ca78fbf26c0b4956c`), allowing CREATE2 testing without forking.
124-
125-
#### Genesis Configuration
126-
127-
Customize network initialization using a `genesis.json` file to set `chainId`, `gasLimit`, preallocated accounts, and other parameters.
128-
12987
<br>
13088

13189
> 📚 **Reference**
13290
>
133-
> See the [`anvil` Reference](../reference/anvil/README.md) for in depth information on Anvil and its capabilities.
91+
> See the [`anvil` Reference](../reference/anvil/) for in depth information on Anvil and its capabilities.

src/cast/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,8 @@ Optionally, pass `--etherscan-api-key <API_KEY>` to decode transaction traces us
4949
cast send --private-key <PRIVATE_KEY> 0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc $(cast from-utf8 "hello world") --rpc-url http://127.0.0.1:8545/
5050
```
5151

52-
### Features
53-
54-
TODO: add comprehensive list of features
55-
5652
<br>
5753

5854
> 📚 **Reference**
5955
>
60-
> See the [`cast` Reference](../reference/cast/README.md) for a complete overview of all the available subcommands.
56+
> See the [`cast` Reference](../reference/cast/) for a complete overview of all the available subcommands.

src/chisel/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ contract REPL {
4949

5050
To see available commands, type `!help` within the REPL.
5151

52-
### Features
53-
54-
TODO: add comprehensive list of features
55-
56-
<br>
57-
5852
> 📚 **Reference**
5953
>
60-
> See the [`chisel` Reference](../reference/chisel/README.md) for in depth information on Chisel and its capabilities.
54+
> See the [`chisel` Reference](../reference/chisel/) for in depth information on Chisel and its capabilities.

src/forge/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,8 @@ Gas used: 109037
6161
If you wish to simulate on-chain transactions pass a RPC URL.
6262
```
6363

64-
### Features
65-
66-
TODO: add comprehensive list of features
67-
6864
<br>
6965

7066
> 📚 **Reference**
7167
>
72-
> See the [`forge` Reference](../reference/forge/README.md) for a complete overview of all the available subcommands.
68+
> See the [`forge` Reference](../reference/forge/) for a complete overview of all the available subcommands.

0 commit comments

Comments
 (0)