๐ Blazing-fast Ethereum access, where Rust brings web and terminal together for hackers.
โ ๏ธ Under Construction โ ๏ธ
Nexum is actively being developed! While weโre excited to share progress, expect changes as we refine features and improve stability. Contributions and feedback are welcome as we build.
Nexum is a high-performance Ethereum provider written in Rust and compiled to WebAssembly, built for both web extensions and terminal interfaces. Forked from frame-extension, Nexum is a EIP-1193
-compliant provider that offers secure and hacker-friendly access to Ethereum.
Nexum combines WebTransport with a terminal-based interface, ideal for developers seeking a flexible, performant tool to interact with Ethereum across web and terminal environments.
EIP-1193
and EIP-6963
compliance.Nexum is in active development. Documentation, user guides, and installation instructions are in progress. Follow along and contribute as we grow Nexum into a powerful tool for web and terminal-based Ethereum interaction!
Guide coming soon! ๐
Crate docs coming soon! ๐
Nexum welcomes community contributions! To get involved:
Minimum Supported Rust Version (MSRV): 1.82.0.
Clone and build Nexum:
git clone https://github.com/nullisxyz/nexum
cd nexum
cargo install wasm-pack wasm-opt
wasm-pack build -t web --release -d ../../dist/pkg crates/worker