Skip to content

volodymyrprokopyuk/solidity-dex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidity DEX

Contents

Ethereum ERC

Uniswap DEX

Uniswap v1

Foundry

  • Install Foundry Forge std
    mkdir contract library
    git submodule add https://github.com/foundry-rs/forge-std.git ./library/forge-std
    cd library/forge-std; git pull # update
        
  • Test contracts
    forge test -vvv --match-contract reContract --match-test reTest
        

About

Solidity DEX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published