Skip to content

Commit

Permalink
add info for open source contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellewei committed Jul 9, 2024
1 parent 2fabdcc commit 1b9d66f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,24 @@ npm install && npm run dev
- All articles are markdown and stored in `/src/content/docs/`.
- Navigation is JSON in `/src/config/sidebar.ts`

## Tooling on Scroll

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.

```
---
name: "Safe"
category: ["Identity", "Wallet"]
excerpt: "Safe allows you to create smart wallet on chain."
logo: { src: "https://app.safe.global/images/safe-logo-green.png", alt: "Safe Logo" }
website: "https://app.safe.global"
network: ["Mainnet", "Testnet]
noAdditionalInfo: false
---
Add additional info here about how to access this tool on Scroll (ex. contract addresses, tutorials, API URLs)
```

## Credits

- 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/).
6 changes: 3 additions & 3 deletions src/content/docs/en/developers/tooling-deployed-on-scroll.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ excerpt: ""
import Aside from "../../../../components/Aside.astro"
import Tooling from "../../../../components/Tooling/Tooling.astro"

<Aside type="danger">
Products below are not tested by or endorsed by Scroll
</Aside>
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!

<Aside type="danger" title="Products below are not tested by or endorsed by Scroll"></Aside>

<Tooling>
</Tooling>
Expand Down

0 comments on commit 1b9d66f

Please sign in to comment.