ERC20 Token Auditing Handbook
You can start by editing the files in docs
section, all the material are in there.
.
├── 00-background
│ └── index.md
├── 01-valuation
│ ├── 01-index.md
│ ├── 02-Fair\ Value.md
│ ├── 03-Liquidity.md
│ ├── 04-Financial\ Modelling.md
│ ├── 05-Bans.md
│ ├── 06-Cut-off.md
│ ├── 07-Geographical\ Variation.md
│ ├── 08-Fungibility.md
│ ├── 09-Financial\ Projections.md
│ ├── 10-Volatility.md
│ └── 11-Going\ Concern.md
├── 02-existence
│ ├── 01-index.md
│ ├── 02-Meta\ Information.md
│ ├── 03-Off-blockchian\ Transactions.md
│ ├── 04-Finality.md
│ ├── 05-Completeness.md
│ ├── 06-Transaction\ Complexity.md
│ └── 07-Transaction\ Pointers.md
├── 03-ownership
│ ├── 01-index.md
│ ├── 02-Custodianship.md
│ ├── 03-Account\ Balances.md
│ ├── 04-Cryptographic\ Key\ ownership.md
│ ├── 05-Balance\ itself.md
│ ├── 06-Design\ Transparency.md
│ └── 07-Related\ Party\ Transaction.md
├── 04-presentation
│ ├── 01-index.md
│ ├── 02-Reporting\ Standard.md
│ └── 03-Legal\ status.md
├── 05-uncategorized
│ ├── index.md
│ └── module-blank.md
├── index.md
└── module-blank.md
pip install mkdocs mkdocs-material
mkdocs serve
mkdocs gh-deploy