-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
202 lines (197 loc) · 9.33 KB
/
mkdocs.yml
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
site_name: Forta Docs
nav:
- <strong>Use Forta</strong>:
- Getting Started: 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
- Subscribing to a bot: subscribing-to-bot.md
- Use Cases: https://forta.notion.site/Selected-Use-Cases-1dcdf290ecfb47788cd588cdfa12585c
- Tutorial | How to pay for Forta: fees-tut-how-pay.md
- Forta for Metamask: Forta-for-Metamask.md
- Forta URL Authenticator: forta-chrome.md
- <strong>Build on Forta</strong>:
- Introduction to Bot Development: intro-to-bot-dev.md
- Migrating from v1 SDK: migrating-from-v1.md
- Develop a Bot with the v2 SDK:
- 1) Quick start: quickstart.md
- 2) Testing your bot: testing.md
- 3) Deploying your bot: deploying.md
- 4) Subscribing to alerts: subscribing.md
- 5) Maintaining your bot: maintaining.md
- Tools:
- Useful libraries: useful-libraries.md
- Javascript/Typescript SDK: sdk.md
- Python SDK: python.md
- CLI commands: cli.md
- forta.config.json: config.md
- Video tutorials: tutorials.md
- Integrating with Hardhat: hardhat.md
- CLI Reference: deploying-cli.md
- Develop a Bot with Bot Wizard: wizard.md
- Bot Examples: https://github.com/forta-network/forta-bot-examples
- Bot Development Patterns:
- Index: bot-development-patterns.md
- Best Practices: best-practices.md
- Adding labels to findings: labels.md
- Error monitoring: error-monitoring.md
- Increasing bot throughput: sharding.md
- Long running tasks: long-running-tasks.md
- Protecting sensitive data: sensitive-data.md
- Private alerts: private-alerts.md
- JWT authentication for bots: jwt-auth.md
- External bots: external-bots.md
- Deploying machine learning models: deploying-ml-models.md
- Time series analysis: time-series-analysis.md
- Consuming bot alerts: handle-alert.md
- Transfer Bot Ownership: bot-transfer-ownership.md
- Transaction simulation: tx-simulation.md
- Advanced testing: advanced-testing.md
- Querying other chains: querying-chains.md
- Bot Licensing: bot-licensing.md
- Bot Development Contests:
- Compound Contest (10/20/2021): contest1-compound.md
- Aave Contest (11/3/2021): contest2-aave.md
- OpenZeppelin Contest (11/18/2021): contest3-oz.md
- Forta Contest (12/17/2021): contest4-forta.md
- Solace Contest (3/1/2022): contest5-solace.md
- Forta Contest 2 (4/27/2022): contest6-forta.md
- Forta Contest 3 (6/17/2022): contest7-forta.md
- Forta Contest 4 (8/31/2022): contest8-forta.md
- Forta Contest 5 (10/11/2022): contest9-forta.md
- Forta Contest 6 (11/8/2022): contest10-forta.md
- Machine Learning on Forta:
- Why Machine Learning?: ml-with-forta.md
- Datasets and Resources: ml-data-resources.md
- Tutorial | How to earn developing on Forta: fees-tut-how-earn.md
- <strong>Network Fees and Developer Rewards</strong>:
- Why Fees?: fees-why.md
- Tutorial | How to Pay for Forta: fees-tut-how-pay.md
- Tutorial | How to earn developing on Forta: fees-tut-how-earn.md
- FAQs about fees: fees-faqs.md
- <strong>Run a Node</strong>:
- 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
- <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>Network Overview</strong>:
- Network Overview: network-overview.md
- 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
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:[email protected]
extra_css:
- stylesheets/extra.css