-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
118 lines (113 loc) · 5.19 KB
/
Copy pathmkdocs.yml
File metadata and controls
118 lines (113 loc) · 5.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
site_name: Forta Docs
nav:
- <strong>Forta Risk</strong>:
- Forta Risk Graph MCP: forta-risk-graph-mcp.md
- <strong>Forta Firewall</strong>:
- What is Forta Firewall?: forta-firewall-overview.md
- Why Risk Management: forta-firewall-why-transaction-screening.md
- Compliance Screening: forta-firewall-compliance-screening.md
- Security Screening: forta-firewall-security-screening.md
- Scam Prevention: forta-firewall-scam-prevention.md
- Operational Monitoring: forta-firewall-monitoring.md
- <strong>Forta Overview</strong>:
- Tokenomics: fort-token.md
- Governance: governance.md
- FAQs: FAQs.md
- Security Overview:
- Intro: security.md
- Design: security-design.md
- Development: security-develop.md
- Deployment & Smart Contracts: security-deploy.md
- Testing and Review: security-testing.md
- Maintenance: security-maintain.md
- Smart Contracts:
- Intro: smart-contracts.md
- Access Manager: contracts/components/access/AccessManager.md
- Agent Registry: contracts/components/agents/AgentRegistry.md
- Dispatch: contracts/components/dispatch/Dispatch.md
- Meta-transaction: contracts/components/metatx/Forwarder.md
- Scanner Pool Registry: contracts/components/scanner_pools/ScannerPoolRegistry.md
- Scanner Registry: contracts/components/scanners/ScannerRegistry.md
- Scanner To Scanner Pool Migration: contracts/components/scanners/ScannerToNodeRunnerMigration.md
- Staking:
- Allocation:
- Stake Allocator: contracts/components/staking/StakeAllocator.md
- Rewards:
- Accumulators: contracts/components/staking/Accumulators.md
- Rewards Distributor: contracts/components/staking/RewardsDistributor.md
- Slashing:
- Slashing Controller: contracts/components/staking/SlashingController.md
- Slash Reasons: contracts/components/staking/SlashReasons.md
- Stake Subjects:
- Delegated Stake Subject: contracts/components/staking/DelegatedStakeSubject.md
- Direct Stake Subject: contracts/components/staking/DirectStakeSubject.md
- Stake Subject Gateway: contracts/components/staking/StakeSubjectGateway.md
- Forta Staking: contracts/components/staking/FortaStaking.md
- Forta Staking Utils: contracts/components/staking/FortaStakingUtils.md
- Subject Type Validator: contracts/components/staking/SubjectTypeValidator.md
- Utils:
- Access Managed: contracts/components/utils/AccessManaged.md
- Forwarded Context: contracts/components/utils/ForwardedContext.md
- Reentrancy Guard Handler: contracts/components/utils/ReentrancyGuardHandler.md
- Routed: contracts/components/utils/Routed.md
- State Machines: contracts/components/utils/StateMachines.md
- Base Component Upgradeable: contracts/components/BaseComponentUpgradeable.md
- Roles: contracts/components/Roles.md
- Stake Slashing:
- Slashing Policy: slashing-policy.md
- Creating a Slash Proposal: slashing-creating-proposal.md
- <strong>Staking on Forta</strong>:
- Delegated staking:
- Introduction: delegated-staking-introduction.md
- Rewards: delegated-staking-rewards.md
- FORT Holder Staking Guide: fort-holder-staking-guide.md
- FORT Vault Deposit Guide: deposit-fort-vault.md
- Direct withdrawal: scanner-direct-withdrawal.md
theme:
name: material
custom_dir: overrides
palette:
primary: black
accent: blue grey
logo: forta-logo.png
favicon: forta-logo.png
features:
- navigation.instant
- navigation.top
markdown_extensions:
- footnotes
- admonition
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra:
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/FortaNetwork
name: Forta on Twitter
- icon: fontawesome/brands/discord
link: https://discord.gg/KACdTEutQq
name: Forta on Discord
- icon: fontawesome/brands/github
link: https://github.com/forta-network
name: Forta on Github
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UC_jxKtYfj7iLn4hTpQmBcYA
name: Forta on YouTube
- icon: fontawesome/solid/rss
link: https://forta.org/blog/
name: Forta Blog
- icon: fontawesome/solid/envelope
link: mailto:community@forta.org
extra_css:
- stylesheets/extra.css