Skip to content

metmirr/solidity-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidity Exercises

This repository contains code examples from Smart Contract Programmer youtube channel.

The code examples are living in src directory. Each source file only covers one topic. Tests for each topic are covered in test directory.

Run Tests

You need to install foundry-rs to run tests.

Run all tests with logs

forge test -vvvv

Run tests for a single contract: ArrayShift

forge test --match-contract ArrayShift -vvvv

Releases

No releases published

Packages

No packages published