Skip to content

Commit

Permalink
moving readme around and adding note
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjones1979 committed Nov 30, 2023
1 parent b8ce306 commit 81ea224
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# 🏗 Scaffold-ETH 2
# 🏗 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

<h4 align="center">
<a href="https://docs.scaffoldeth.io">Documentation</a> |
Expand All @@ -21,15 +33,7 @@ Before you begin, you need to install the following tools:
- Yarn ([v1](https://classic.yarnpkg.com/en/docs/install/) or [v2+](https://yarnpkg.com/getting-started/install))
- [Git](https://git-scm.com/downloads)

## Quickstart

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)
## Quick Start

To get started we recommend starting with Challenge #0 however here are all the current challenges.

Expand Down Expand Up @@ -65,6 +69,8 @@ git clone -b solidity-3-the-graph \
solidity-3-the-graph
```

- More coming soon!

## Documentation

Visit our [docs](https://docs.scaffoldeth.io) to learn how to start building with Scaffold-ETH 2.
Expand Down

0 comments on commit 81ea224

Please sign in to comment.