Skip to content

umair-mirza/simple-nft-foundry-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foundry Testing for Simple NFT Project

ERC-721 NFT project tested with the Foundry Testing framework.

This contract implements Single NFT mint, Batch NFT mint and Owner withdraw functionality

To Install Foundry

Open your Linux terminal and run the following command:

curl -L https://foundry.paradigm.xyz | bash

This will download foundryup. Then install Foundry by running:

foundryup

To Compile the Contracts

foundry compile

To Run the tests:

foundry test

About

ERC-721 NFT Project Tested with Foundry

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published