clone the repo :
git clone https://github.com/satoshi-u/whitelist-merkle.git
yarn for installing project dependencies :
yarn
compile the contracts :
npx hardhat compile
NOTE:-
Contract is already deployed in Polygon Testnet @0x5C2a4fdC862609e0ba57F7a7FeA4632132299CF6
Test Private key is also configured in env with some Matic balance for ease of testing
You just need to run tests!
run the tests :
npx hardhat test