GitXplorerGitXplorer
s

scroll-documentation

public
452 stars
158 forks
51 issues

Commits

List of commits on branch develop.
Verified
86878a67b4ab754a8b01d387c1a187b7facf078e

added guide for the graph (#334)

aalinobrasil committed 7 days ago
Verified
10a7e1171463a08d4f62a13f60f6fb5e4ec7327a

Darwinv2 changes (#332)

iisabellewei committed 13 days ago
Verified
9243fe68a13d482af4ce0cf02c673b330f7ed190

Merge pull request #324 from sentioxyz/develop

CChuhanJin committed 22 days ago
Verified
e1c6f7e3190fdb85d10d829a1a10af85d099d760

Merge pull request #322 from melchermaxwell/feature/add-Chainlink

CChuhanJin committed 22 days ago
Unverified
f94d70e0342a3c75329d3757286e6fc14a294dae

add sentio to the tool section

zzfy0701 committed a month ago
Verified
2625b1aec64f503601e29ff572ce17485ae8d9cd

Update src/content/tools/en/chainlink.mdx

mmelchermaxwell committed 25 days 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/.