GitXplorerGitXplorer
s

scroll-documentation

public
452 stars
158 forks
51 issues

Commits

List of commits on branch develop.
Unverified
5118290ec5dc4b6be31f1a292fe92855efab7d44

Added Chainlink to Scroll dev tools

mmelchermaxwell committed a month ago
Unverified
22304a215be4ef6fcbb0cac9ae04cbb4a7bfa4e0

Added Chainlink to Scroll Developer tooling

mmelchermaxwell committed a month ago
Verified
13b81e22f5fd466afd708150f701860fb37eeac3

Add Across in tools page (#320)

aabg4 committed a month ago
Verified
13747f9acfd4019b7458839bf80d329c6caddd07

Merge pull request #316 from scroll-tech/isabellewei/darwin

ddghelm committed a month ago
Unverified
da9a82b94178b92d72b6fb9cbba52dcdbc9b97b7

update node guide

iisabellewei committed a month ago
Unverified
421dfbc4205f2f13ddac802d2f2e5a330520716b

update contract function

iisabellewei committed a month ago

README

The README file for this repository.

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