Skip to content

Tooling update #467

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions src/content/docs/en/developers/developer-ecosystem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Explore Scroll’s most active ecosystem tooling and integrate it into your proj

Higher DEX volume creates more yield for liquidity providers and brings more arbitrage opportunities. As a builder, you can permissionlessly integrate your application with DEXs to provide swaps or generate yield for your users.

<iframe src="https://dune.com/embeds/5450198/8891807"/>
<iframe src="https://dune.com/embeds/5480665/8932246"/>

| Dex | Contract | Docs |
| - | - |- |
Expand Down Expand Up @@ -52,7 +52,7 @@ DEXes with more liquidity will lead to less slippage when performing swaps.

Bridges provide not only ERC-20 token transfers but also are able to send arbitrary data cross-chains. A higher number of transactions signals user preference and trust in the bridge.

<iframe src="https://dune.com/embeds/5328584/8734000"/>
<iframe src="https://dune.com/embeds/5480574/8932121"/>

| Bridge | Contract | Docs |
| - | - |- |
Expand Down Expand Up @@ -83,11 +83,13 @@ Liquid Staking Tokens produce yield by just holding them on the wallet by a proc

<iframe src="https://dune.com/embeds/5515252/8983149"/>

# Oracles on Scroll
# Recommended Developer Tooling

Oracles offer services that blockchains can't handle natively, by bringing in data from the outside world. In the Scroll ecosystem, Chainlink provides price feeds, while Anyrand supplies decentralized randomness.
Useful tools and services to help you build on Scroll.

| VRF | Contract | Docs |
| - | - |- |
| Anyrand | [Anyrand Contract Address](https://docs.anyrand.com/using-anyrand/supported-networks) | [Anyrand Documentation](https://docs.anyrand.com/) |
| Chainlink | [Chainlink Price Feeds](https://docs.chain.link/data-feeds/price-feeds/addresses?page=1&testnetPage=1&network=scroll) | [Price Feeds Documentation](https://docs.chain.link/data-feeds/using-data-feeds) |
| VRF | Description | Contract | Docs |
| - | - | - | - |
| Chainlink | Token price feeds. | [Chainlink Price Feeds](https://docs.chain.link/data-feeds/price-feeds/addresses?page=1&testnetPage=1&network=scroll) | [Price Feeds Documentation](https://docs.chain.link/data-feeds/using-data-feeds) |
| Pimlico | Gass-less experience, account abstraction infrastructure and boundlers. | n/a | [Pimlico docs](https://docs.pimlico.io/) |
| Privy | Wallet and onboardking. | n/a | [Privy docs](https://docs.privy.io/welcome) |
| Anyrand | Random number generator oracle. | [Anyrand Contract Address](https://docs.anyrand.com/using-anyrand/supported-networks) | [Anyrand Documentation](https://docs.anyrand.com/) |