Blockchain Development Bootcamp — Cohort 8
This repository contains official technical materials, specifications, assignments, and collaboration artifacts for the 8th edition of our blockchain program. Dev participants are expected to actively use this repository throughout the program for learning, development, version control, and peer collaboration.
The repository will evolve over time, but a typical structure looks like:
├── README.md # Repository overview and instructions
├── assignments/ # Coding exercises and assessments
├── projects/
│ ├── templates/ # Starter project templates
│ └── submissions/ # Participant or team submissions
└── resources/ # Technical references & reading material
Clone the repository:
git clone https://github.com/BlockheaderWeb3-Community/cohort-8.git
cd cohort-8
This repository uses Prettier for formatting. Install the Prettier extension in your editor and enable Format on Save.