Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
07e20d0
docs: restructure B20 docs into overview/architecture/guides/concepts…
rayyan224 Aug 28, 2026
b8fbf51
start: overview
rayyan224 Aug 28, 2026
707bc8c
feat: why section
rayyan224 Aug 28, 2026
d040040
feat: overview
rayyan224 Aug 28, 2026
c710dfe
feat: clean up issuances
rayyan224 Aug 28, 2026
cb4987c
feat: add configuring roles
rayyan224 Aug 28, 2026
4363630
feat: add compliance checks and role flow
rayyan224 Aug 28, 2026
f38a0dc
docs(overview): add pause vectors and rewrite compliance
rayyan224 Aug 28, 2026
feecd66
docs: fill out constants/errors/events reference tables and rewrite a…
rayyan224 Aug 28, 2026
d8991fb
docs: remove versions.md in favor of changelog hardfork ordinals
rayyan224 Aug 28, 2026
b0e1557
docs(architecture): explain precompiles as native client dispatch
rayyan224 Aug 28, 2026
f245832
docs(architecture): describe precompile gas, dispatch, and EVM state
rayyan224 Aug 28, 2026
25a2227
docs: drop the implementer stub and add a guide template
rayyan224 Aug 28, 2026
5bbf3d6
docs: write roles-and-pause and fold leftover concept stubs
rayyan224 Aug 31, 2026
e52fcdb
docs(policies): write the policies concept guide
rayyan224 Aug 31, 2026
f8d636a
docs: rename assets.md to token-types.md and fix references
rayyan224 Aug 31, 2026
a095b48
docs(guides): add a seize-with-memo how-to
rayyan224 Aug 31, 2026
4f16954
docs(guides): add a schedule-multiplier how-to
rayyan224 Aug 31, 2026
53fd2c6
docs(guides): drop unfinished integrator and indexer stubs
rayyan224 Aug 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ A collection of Solidity interfaces, libraries, and mock implementations for Bas

## Products

- [**ActivationRegistry**](docs/ActivationRegistry/README.md) — Feature flags controlled by Base team to activate/deactivate features.
- [**PolicyRegistry**](docs/PolicyRegistry/README.md) — Membership sets controlled by custom admins, initially providing allow and block lists for B20 token operations.
- [**B20**](docs/B20/README.md) — Standard ERC-20 implementation with extensions for roles, policies, memos, pausing, ERC-2612 permits, and a variant system.
- [**ActivationRegistry**](src/interfaces/IActivationRegistry.sol) — Feature flags controlled by Base team to activate/deactivate features.
- [**PolicyRegistry**](docs/concepts/policies.md) — Membership sets controlled by custom admins, initially providing allow and block lists for B20 token operations.
- [**B20**](docs/overview.md) — Standard ERC-20 implementation with extensions for roles, policies, memos, pausing, ERC-2612 permits, and a variant system.

## Documentation

See [`docs/`](docs/README.md) for the full documentation map: overview, architecture, audience guides (integrator/indexer), concepts, and reference.

## Changelog

Expand Down
49 changes: 0 additions & 49 deletions docs/ActivationRegistry/README.md

This file was deleted.

90 changes: 0 additions & 90 deletions docs/B20/Asset.md

This file was deleted.

48 changes: 0 additions & 48 deletions docs/B20/Factory.md

This file was deleted.

Loading
Loading