Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 848 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 848 Bytes

Learn Solidity Exercises - Alchemy University

Complete study exercises for Alchemy University's Learn Solidity course.

image

Week 1

Solidity Introduction

  • Learn Smart Contracts and Basic Solidity Syntax

Week 2

Address Interactions

  • Learn to Send Value and Data Across Addresses

Week 3

Reference Types

  • What are the Solidity Reference Types?

Week 4

Applied Solidity

  • Learning Real World Contracts

This repo uses Foundry (the fast, portable and modular toolkit for Ethereum application development).

Getting Started

Build

$ forge build

Test

$ forge test