This book documents research and development efforts around Ethereum's stateless initiative.
To build and read this book locally:
-
Install mdBook:
cargo install mdbook
-
Clone this repository:
git clone https://github.com/your-username/stateless-book.git cd stateless-book -
Build and serve the book:
mdbook serve --open
The book will open in your default web browser at http://localhost:3000.
This work is licensed under MIT.