scroll-tech / scroll-documentation

This is the frontend for the Scroll documentation
MIT License
452 stars 158 forks source link

Contribute to Scroll

Twitter Follow Discord

This is the open source project for the Scroll documentation.

Developing

npm install && npm run dev

Docs architecture

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