Skip to content

Commit 1b9d66f

Browse files
committed
add info for open source contributors
1 parent 2fabdcc commit 1b9d66f

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,24 @@ npm install && npm run dev
1616
- All articles are markdown and stored in `/src/content/docs/`.
1717
- Navigation is JSON in `/src/config/sidebar.ts`
1818

19+
## Tooling on Scroll
20+
21+
If you'd like to add an entry to our [tooling list](http://docs.scroll.xyz/en/developers/scroll-contracts), create a PR to add a new `mdx` file in the [tooling content folder](src/content/tools), using the following template. You can also refer to other existing entries for reference.
22+
23+
```
24+
---
25+
name: "Safe"
26+
category: ["Identity", "Wallet"]
27+
excerpt: "Safe allows you to create smart wallet on chain."
28+
logo: { src: "https://app.safe.global/images/safe-logo-green.png", alt: "Safe Logo" }
29+
website: "https://app.safe.global"
30+
network: ["Mainnet", "Testnet]
31+
noAdditionalInfo: false
32+
---
33+
34+
Add additional info here about how to access this tool on Scroll (ex. contract addresses, tutorials, API URLs)
35+
```
36+
1937
## Credits
2038

2139
- Special thanks to the Chainlink team whose documentation we forked. Their repo is available [here](https://github.com/smartcontractkit/documentation) and viewable at [https://docs.chain.link/](https://docs.chain.link/).

src/content/docs/en/developers/tooling-deployed-on-scroll.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ excerpt: ""
1010
import Aside from "../../../../components/Aside.astro"
1111
import Tooling from "../../../../components/Tooling/Tooling.astro"
1212

13-
<Aside type="danger">
14-
Products below are not tested by or endorsed by Scroll
15-
</Aside>
13+
This is a community maintained database of developer tooling that is available on Scroll. We welcome [PRs to add or edit](https://github.com/scroll-tech/scroll-documentation?tab=readme-ov-file#tooling-on-scroll) information!
14+
15+
<Aside type="danger" title="Products below are not tested by or endorsed by Scroll"></Aside>
1616

1717
<Tooling>
1818
</Tooling>

0 commit comments

Comments
 (0)