Skip to content

Fractal Visions Marketplace Smart Contracts.[Foundry + Hardhat Implementation]

License

Notifications You must be signed in to change notification settings

FractalVisionsNFT/FractalVisionsV3

Repository files navigation

Fractal Visions Marketplace Contract

This is an Hardhat with Foundry Project

Try running some of the following tasks:

To run individual test,

 forge test --match-path test/{the file path}

e.g

forge test --match-path test/direct-listings/_payout/_payout.t.sol 

To run all test at once

chmod +x run_all_tests.sh 

and

find test -type f -name "*.t.sol" -exec forge test --match-path {} \;

About

Fractal Visions Marketplace Smart Contracts.[Foundry + Hardhat Implementation]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published