493 B
493 B
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
.