-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
149 lines (144 loc) · 6.7 KB
/
mkdocs.yml
File metadata and controls
149 lines (144 loc) · 6.7 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
site_name: Forta Docs
nav:
- <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
- <strong>Monitoring Network</strong>:
- Network Overview: getting-started.md
- Introduction to Subscription Tiers: introduction-to-subscription-tiers.md
- Using the API: api-reference.md
- GraphQL Reference: forta-api-reference/index.html
- Use Cases: https://forta.notion.site/Selected-Use-Cases-1dcdf290ecfb47788cd588cdfa12585c
- Forta for Metamask: Forta-for-Metamask.md
- Run a Node:
- Guide:
- Introduction: scan-node/introduction.md
- Machine setup: scan-node/machine-setup.md
- Install Forta node: scan-node/install-forta-node.md
- Configure: scan-node/configure.md
- Register: scan-node/register.md
- Run: scan-node/run.md
- Troubleshoot: scan-node/troubleshoot.md
- Monitor: scan-node/monitor.md
- Upgrade: scan-node/upgrade.md
- FAQ: scan-node/faq.md
- Miscellaneous: scan-node/miscellaneous.md
- Local mode: scanner-local-mode.md
- Monitoring SLA:
- SLA Score Calculation: sla.md
- SLA API: sla-api.md
- Manage pools and stake: scanner-pools.md
- Node Resources:
- Scan with Alchemy: alchemy-partnership.md
- Scan with Chainstack: scan-with-chainstack.md
- Scan with Bware: bware-partnership.md
- Scan with Quicknode: quicknode-partnership.md
- Network Fees and Developer Rewards:
- Why Fees?: fees-why.md
- FAQs about fees: fees-faqs.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