Skip to content

scroll-tech/scroll-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/.