Skip to content

Commit a88b3f0

Browse files
authored
Areta (#447)
* added audit your code + aside for areta market * fix header * Update sidebar.ts
1 parent 364e348 commit a88b3f0

File tree

5 files changed

+69
-3
lines changed

5 files changed

+69
-3
lines changed

public/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"contractDeploymentTutorial": "Contract Deployment Tutorial",
9999
"crossChainInteraction": "Scroll Messenger Cross-chain Interaction",
100100
"runningNode": "Running a Scroll Node",
101+
"auditingYourCode": "Auditing your code",
101102
"bridgingERC20TokenThroughCustomGateway": "Bridge an ERC20 through the Custom Gateway",
102103
"bridgingERC721NftThroughCustomGateway": "Bridging ERC721 NFT through Custom Gateway",
103104
"bridgingERC1155ThroughCustomGateway": "Bridging ERC1155 through Custom Gateway",

public/locales/es/translation.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
"future": "Futuro",
9696
"guides": "Guías",
9797
"contractDeploymentTutorial": "Tutorial de Despliegue de Contratos",
98+
"runningNode": "Corre Nodo de Scroll",
99+
"auditingYourCode": "Audita tu código",
98100
"crossChainInteraction": "Interacción Cross-chain del Scroll Messenger",
99101
"bridgingERC20TokenThroughCustomGateway": "Bridging de un ERC20 a través de una Gateway Personalizada",
100102
"bridgingERC721NftThroughCustomGateway": "Bridging de un ERC721 NFT a través de una Gateway Personalizada",

src/config/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ export const getSidebar = () => {
162162
title: t("sidebar.developers.runningNode"),
163163
url: formatUrl("developers/guides/running-a-scroll-node"),
164164
},
165+
{
166+
title: t("sidebar.developers.auditingYourCode"),
167+
url: formatUrl("developers/guides/auditing-your-code"),
168+
},
165169
{
166170
title: t("sidebar.developers.transactionJourney"),
167171
url: formatUrl("developers/guides/checking-transaction-journey"),
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
section: developers
3+
date: Last Modified
4+
title: "Auditing your code"
5+
lang: "en"
6+
permalink: "developers/guides/auditing-your-code"
7+
whatsnext: { "Running a Scroll Node": "/developers/guides/running-a-scroll-node" }
8+
excerpt: "Get your code audited in the Scroll Audit Marketplace built on Areta Market."
9+
---
10+
11+
import Aside from "../../../../../components/Aside.astro"
12+
13+
The [Scroll Audit Marketplace](https://areta.market/scroll) is a dedicated platform built on [Areta Market](https://areta.market/) that gives Scroll builders a faster, cheaper, and more transparent path to securing audits from top-tier providers.
14+
15+
The Scroll Audit Marketplace is open to all Scroll builders, offering access to ~10 pre-vetted, whitelisted audit firms approved for your project by Areta and the Scroll Foundation.
16+
17+
<Aside type="tip" title="Why use the Scroll Audit Marketplace?">
18+
Projects using the Areta Market platform unlock the following benefits:
19+
20+
1. 20-30% of proven cost savings
21+
2. 6-8 quotes from top-tier auditors per request
22+
3. Process reduced from weeks to days
23+
</Aside>
24+
25+
### Requesting an Audit via Scroll Audit Marketplace
26+
27+
1. **Sign up to join the Scroll Audit Marketplace on Areta Market** using this [link](https://scroll.areta.market).
28+
2. **Submit your audit scope**: Use a guided form or upload your specific requirements.
29+
3. **Get 6-8 quotes**: From trusted firms like Hacken, Spearbit, Nethermind, and Zellic.
30+
4. **Choose your auditor**: Based on price, timeline, or personal preference.
31+
5. **Start your audit**: With clear, standardized terms.
32+
33+
### Whitelisted Audit Firms
34+
35+
The Scroll Audit Marketplace is launching with the following audit providers. This list will continue to grow, and updates will be maintained here:
36+
37+
- [Certora](https://www.certora.com/)
38+
- [Hacken](https://hacken.io/)
39+
- [Hexens](https://hexens.io/)
40+
- [Immunefi](https://immunefi.com/)
41+
- [Nethermind](https://www.nethermind.io/)
42+
- [Sherlock](https://www.sherlock.xyz/)
43+
- [Runtime Verification](https://runtimeverification.com/)
44+
- [Spearbit](https://spearbit.com/)
45+
- [Zellic](https://www.zellic.io/)
46+
47+
### How to Get Started
48+
49+
The [Scroll Audit Marketplace](https://areta.market/scroll) is open to anyone building on Scroll.
50+
51+
To get started, sign up for Areta Market using [this link](https://scroll.areta.market/register/client), follow the guided flow to set up your account, submit your first audit request, and connect with the right firm to help launch your project with confidence.

src/content/docs/en/technology/security/audits-and-bug-bounty.mdx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ Scroll treats security as a top priority.
1616

1717
Aside from rigorous testing, an internal security team, and comprehensive code reviews, we have also engaged with multiple security audit firms to conduct audits on our codebase. We have also launched a bug bounty program to encourage the community to participate in the security of our protocol.
1818

19-
<Aside type="danger" title="">
20-
Audits don't guarantee the absence of security vulnerabilities. Using blockchains comes with risk, and Scroll is no
21-
exception. We encourage users to use the protocol with caution and at their own risk.
19+
20+
<Aside>
21+
This page is dedicated to Scroll audits. If you’re a builder seeking a professional review of your Scroll-based project, the [Scroll Audit Marketplace](https://areta.market/scroll) on Areta Market is designed specifically to support Scroll builders get access to top-tier, cost-effective, and streamlined audits.
22+
23+
Read more about the Scroll Audit Marketplace [here](/developers/guides/auditing-your-code), or [sign up directly](https://scroll.areta.market/register/client).
2224
</Aside>
2325

26+
2427
## Independent Audits
2528

2629
Scroll has worked with several industry-leading security audit firms to review our codebase, with critical code receiving reviews from multiple teams, including [Trail of Bits](https://www.trailofbits.com/), [OpenZeppelin](https://www.openzeppelin.com/), [Zellic](https://www.zellic.io/), and [KALOS](https://www.kalos.xyz/).
@@ -29,6 +32,11 @@ Scroll has worked with several industry-leading security audit firms to review o
2932
- OpenZeppelin and Zellic have performed independent audits on our bridge & rollup contracts
3033
- Trail of Bits has analyzed our node implementation
3134

35+
<Aside type="danger" title="">
36+
Audits don't guarantee the absence of security vulnerabilities. Using blockchains comes with risk, and Scroll is no
37+
exception. We encourage users to use the protocol with caution and at their own risk.
38+
</Aside>
39+
3240
### zkEVM circuits
3341

3442
- Trail of Bits

0 commit comments

Comments
 (0)