Community-driven guide to twister p2p, based on Wiki data from various sources, primarily from the community repositories.
It uses the mdBook builder to create a static HTML book,
which is also available for online reading at the community website.
See Releases to download stable HTML build!
rustc,cargo- see rustupcargo install mdbook- mdBook builder CLIcargo install mdbook-alerts- preprocessor to add GitHub Flavored Markdown's Alerts
python3- to run thepreprocessor.pyon build
git clone https://github.com/twisterarmy/book.git && cd bookchmod +x build.sh
Important
Current build.sh implementation operates rm command to clean up the relative paths,
ensure you are still in this project directory to continue!
./build.sh
Compiled HTML version should be available in the /book directory.
To read in the browser using a local server, run:
mdbook serve --open- please note: this option generates additional content for local reading; do not use its output for
/bookcontributions!
This project uses build.sh to aggregate the book data from different sources.
If you want to make any changes, please submit your edits to the relevant Wiki providers:
- Summary
- twister-core
- Mining tools
- Network tools
- Bridge tools
Feel free to open an Issue if you have any questions!