ethers-rs/book
DaniPopes b0ef6ee9a2
docs: update providers book and examples (#2098)
* fmt

* add README.md

* fix advanced_usage

* add custom transport example and chapter

* update Http

* update providers examples Cargo.toml

* update websockets

* update ipc

* update other providers

* update providers index
2023-01-31 09:36:12 -08:00
..
big-numbers ci: mdbook (#2003) 2023-01-04 12:36:31 +02:00
getting-started docs: update providers book and examples (#2098) 2023-01-31 09:36:12 -08:00
middleware Book - Middleware Chapter (#2033) 2023-01-13 10:25:32 -08:00
providers docs: update providers book and examples (#2098) 2023-01-31 09:36:12 -08:00
README.md docs: update providers book and examples (#2098) 2023-01-31 09:36:12 -08:00
SUMMARY.md docs: update providers book and examples (#2098) 2023-01-31 09:36:12 -08:00
mermaid-style.txt Book - Middleware Chapter (#2033) 2023-01-13 10:25:32 -08:00

README.md

The ethers-rs book

Everything about ethers-rs. Work-in-progress. View online here: https://www.gakonst.com/ethers-rs

Contributing

The book is built with mdbook, which you can install by running cargo install mdbook.

To view changes live, run:

mdbook serve

Or with docker:

docker run -p 3000:3000 -v `pwd`:/book peaceiris/mdbook serve

To add a new section (file) to the book, add it to SUMMARY.md.