You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Tooling deployed On Scroll
* update styles
* migrate info from contracts page to tooling page
* add info for open source contributors
* Support dark mode
* Support dark mode
* remove fake data
---------
Co-authored-by: isabelle <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,24 @@ npm install && npm run dev
16
16
- All articles are markdown and stored in `/src/content/docs/`.
17
17
- Navigation is JSON in `/src/config/sidebar.ts`
18
18
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."
Add additional info here about how to access this tool on Scroll (ex. contract addresses, tutorials, API URLs)
35
+
```
36
+
19
37
## Credits
20
38
21
39
- 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/).
0 commit comments