howellsy / alchemy-solidity

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Solidity 99.8%Language:JavaScript 0.2%