Skip to content

scroll-tech/scroll-documentation

Folders and files

NameName
Last commit message
Last commit date
Aug 22, 2023
Jan 26, 2023
Mar 21, 2024
Jan 9, 2025
Jan 26, 2023
Apr 15, 2025
Jan 26, 2023
Jan 26, 2023
Jan 26, 2023
May 23, 2023
May 23, 2023
May 17, 2024
Jan 26, 2023
Jan 26, 2023
Jan 26, 2023
Jan 26, 2023
Mar 21, 2024
Aug 4, 2023
Apr 25, 2023
Jul 16, 2024
Aug 4, 2023
May 28, 2024
Jul 22, 2024
Jan 26, 2023
Sep 25, 2024
Jul 22, 2024
Jul 22, 2024
Mar 21, 2024
Jan 26, 2023

Repository files navigation

Contribute to Scroll

Twitter Follow Discord

This is the open source project for the Scroll documentation.

Developing

npm install && npm run dev

Docs architecture

  • 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, create a PR to add a new mdx file in the tooling content folder, 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 and viewable at https://docs.chain.link/.