mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Installation
(still WIP, please contribute!):
Ubuntu
Building the source
- install rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - install Requirements
- libclang-dev
- pkg-config
apt install libclang-dev pkg-config - Build reth
git clone https://github.com/paradigmxyz/reth cd reth cargo build --all ./target/debug/reth