Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jac18281828/rethex
Example Reth Ex
https://github.com/jac18281828/rethex
Last synced: about 2 months ago
JSON representation
Example Reth Ex
- Host: GitHub
- URL: https://github.com/jac18281828/rethex
- Owner: jac18281828
- Created: 2024-08-06T18:22:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T17:00:05.000Z (5 months ago)
- Last Synced: 2024-10-15T19:13:58.116Z (3 months ago)
- Language: Rust
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rethex - rethexex hello world
**RethEx Hello World** is a simple example project to introduce the core concepts and features of the RethExEx framework. It demonstrates how to set up a basic environment, create a new project, and implement a minimal "Hello World" application.
### Quick Start
1\. Reopen in container (VSCode)
2\. init holesky
```bash
$ cargo run -- init --chain holesky --datadir data
```3\. start node
```bash
$ cargo run -- node --chain holesky
```