Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jac18281828/rethex

Example Reth Ex
https://github.com/jac18281828/rethex

Last synced: about 2 months ago
JSON representation

Example Reth Ex

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
```