The below video is created to give you a basic understanding of the ๐ฉ Challenge #3: The Graph with basic explanations that are going to be helpful for the newcomers. https://www.loom.com/share/58b6cd6e0f5c4557a0bdb52be88ade2d
Below video is created to give you the basic understanding of the ๐ฉ Challenge #3: The Graph wtih basic explanations that are going to be helpful for the newcomers. https://www.loom.com/share/58b6cd6e0f5c4557a0bdb52be88ade2d
This is a collection of Scaffold-ETH challenges aimed at teaching the basics of the following concepts:
NOTE: These challenges are a work in progress, if you find bugs please submit a pull request. I suggest watching this repo to stay up to date on changes and additions.
๐งช An open-source, up-to-date toolkit for building decentralized applications (dapps) on the Ethereum blockchain. It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts.
โ๏ธ Built using NextJS, RainbowKit, Hardhat, Wagmi, and Typescript.
Before you begin, you need to install the following tools:
To get started we recommend starting with Challenge #0 however here are all the current challenges.
git clone -b solidity-0-hello-world \
https://github.com/kmjones1979/scaffold-eth-2-solidity.git \
solidity-0-hello-world
git clone -b solidity-1-first-app \
https://github.com/kmjones1979/scaffold-eth-2-solidity.git \
solidity-1-first-app
git clone -b solidity-2-events \
https://github.com/kmjones1979/scaffold-eth-2-solidity.git \
solidity-2-events
git clone -b solidity-3-the-graph \
https://github.com/kmjones1979/scaffold-eth-2-solidity.git \
solidity-3-the-graph
Visit our docs to learn how to start building with Scaffold-ETH 2.
To know more about its features, check out our website.
We welcome contributions to Scaffold-ETH 2!
Please see CONTRIBUTING.MD for more information and guidelines for contributing to Scaffold-ETH 2.