Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1023 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 1023 Bytes

ETH Tech Tree Challenges

This repository is the home of all the challenges in the ETH Tech Tree.

Structure of the repository

The main branch is set up to give you everything you need to build new challenges. This includes instructions (below) and scripts for adding the new challenges as branches.

The other branches are the challenges. They are represented by the minimum set of file changes that will need to be made to a fresh clone of Scaffold-ETH-2. The logic that determines how to add the files (and remove unnecessary files) can be found here though you shouldn't need to look at it to add a new challenge.

Creating new challenges

WIP - Would like to add a script that sets up a repo, then you just make your edits, then allows you to push only your changes to a new challenge branch on your own fork of this repository.