metoinside / scaffold-eth-2-solidity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Tutorial on how to do it

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

Thumbnail image to the video

πŸ‘· Scaffold-ETH 2 Solidity Challenges πŸ‘·πŸ½β€β™€οΈ

This is a collection of Scaffold-ETH challenges aimed at teaching the basics of the following concepts:

  • Solidity
  • Hardhat (deploy and test)
  • NextJS
  • Scaffold-ETH (yarn, hooks, components, etc)
  • Protocol Integrations (subgraph-package, etc)

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.


πŸ— About Scaffold-ETH 2

πŸ§ͺ 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.

  • βœ… Contract Hot Reload: Your frontend auto-adapts to your smart contract as you edit it.
  • πŸ”₯ Burner Wallet & Local Faucet: Quickly test your application with a burner wallet and local faucet.
  • πŸ” Integration with Wallet Providers: Connect to different wallet providers and interact with the Ethereum network.

Requirements

Before you begin, you need to install the following tools:

Quick Start

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
  • More coming soon!

Documentation

Visit our docs to learn how to start building with Scaffold-ETH 2.

To know more about its features, check out our website.

Contributing to Scaffold-ETH 2

We welcome contributions to Scaffold-ETH 2!

Please see CONTRIBUTING.MD for more information and guidelines for contributing to Scaffold-ETH 2.

About

License:MIT License


Languages

Language:TypeScript 96.7%Language:JavaScript 1.7%Language:Solidity 1.4%Language:CSS 0.2%Language:Shell 0.0%