Ethernue Development Book

Ethernaut Book cover

The full code of what we’ll build is stored in a separate repository:

https://github.com/yuhuajing/ethernaut-book

You can read this book at:

https://yuhuajing.github.io/ethernaut-book

Running locally

To run the book locally:

  1. Install Rust.
  2. Install mdBook:
    $ cargo install mdbook
    $ cargo install mdbook-katex
    
  3. Clone the repo:
    $ git clone https://github.com/yuhuajing/ethernaut-book
    $ cd ethernaut-book
    
  4. Run:
    $ mdbook serve --open
    
  5. Visit http://localhost:3000/ (or whatever URL the previous command outputs!)