๐
๐
๐
๐
Scaffold-eth | Docs
Searchโฆ
๐
Welcome to Scaffold-eth
Getting Started
๐ฅ
Installation
๐
Quick Start
๐ฉโ๐ฌ Deploying Your Contracts
๐ข
Shipping Your App
Toolkit
๐
The Scaffold-eth Stack
๐งฐ
Libraries, Components & Services
๐ฉโ๐ซ Troubleshooting
๐ง
Infrastructure
Speed run challenge course
๐งโโ๏ธ About the Speed Run
๐ผ Simple NFT
๐ฅฉ
Decentralized Staking App
๐ต
Token Vendor
โ๏ธ Multi-Sig
๐ฎ
Implementing an Oracle
๐
Minimum Viable DEX
๐จ
NFT Marketplace
๐ฑ
Create a Stream
๐
Indexer & Node
Example Branches
๐
Overview
๐ฅ
Common Web3 Patterns
๐ต
DeFi
๐
Bonding Curve
๐ต
rTokens
๐ฐ
Quadratic Funding
๐ฆ
Uniswapper
๐ป
Lender
โก๏ธ Aave Flash Loans Intro
๐ฆ
Aave Ape
๐
DeFi Subgraphs
๐ซ
NFTs
๐
Security
๐ง
Infrastructure
โ๏ธ Layer 2 and Scaling
Community
Projects built with Scaffold-eth
Contribute to Scaffold-eth
BuidlGuidl.com
Support
Getting help
Changelog
Support Scaffold-eth & BuidlGuidl
Powered By
GitBook
๐
DeFi Subgraphs
Branch Info
Author:
0x harry rana
Source code:
https://github.com/scaffold-eth/scaffold-eth-examples/tree/defi-subgraphs
Intended audience:
Beginners/Intermediate
Topics:
Scaffold-eth basics, Subgraphs, DeFi
Introduction
Interact with different DeFi subgraphs like Uniswap's, Aave, Synthetix, Balancer and many more.
Installation and setup
โ ๏ธ First, make sure you have:
Node
plus
Yarn
and
Git
โ
1
git clone https://github.com/scaffold-eth/scaffold-eth-examples.git
2
cd scaffold-eth
3
git checkout defi-subgraphs
4
yarn install
5
yarn chain
Copied!
in a second terminal window:
1
cd scaffold-eth
2
yarn start
Copied!
in a third terminal window:
1
cd scaffold-eth
2
yarn deploy
Copied!
If everything goes smoothly you should now have a local network running, with the starter contracts deployed and the frontend React app running on
https://localhost:3000
.
Preview
preview
โ
Previous
Aave Ape
Next - Example Branches
NFTs
Last modified
5mo ago
Copy link
Contents
Branch Info
Introduction
Installation and setup
Preview