mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add stateful precompile example to readme (#8965)
This commit is contained in:
@ -16,6 +16,7 @@ to make a PR!
|
||||
| [Custom event hooks](./node-event-hooks) | Illustrates how to hook to various node lifecycle events |
|
||||
| [Custom dev node](./custom-dev-node) | Illustrates how to run a custom dev node programmatically and submit a transaction to it via RPC |
|
||||
| [Custom EVM](./custom-evm) | Illustrates how to implement a node with a custom EVM |
|
||||
| [Custom Stateful Precompile](./stateful-precompile)| Illustrates how to implement a node with a stateful precompile |
|
||||
| [Custom inspector](./custom-inspector) | Illustrates how to use a custom EVM inspector to trace new transactions |
|
||||
| [Custom engine types](./custom-engine-types) | Illustrates how to create a node with custom engine types |
|
||||
| [Custom node components](./custom-node-components) | Illustrates how to configure custom node components |
|
||||
|
||||
Reference in New Issue
Block a user