Skip to content

metmirr/solidity-defi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn DEFI with Solidity

This repository is for learning purposes. I use some examples from Smart Contract Programmer.

Run Tests

You need to install foundry-rs to run tests.

Run all tests with detailed logs

forge test -vvvv

Run tests for a single contract: Vault

forge test --match-contract Vault -vvvv

Releases

No releases published

Packages

No packages published