VinCask NFTs combine the world of digital art with topshelf whisky. A fusion of creativity and connoisseurship, each NFT is not just a pierce of art; it's your ticket to a bottle of fine premium whisky.
- git
- You'll know you did it right if you can run
git --versionand you see a response likegit version x.x.x
- You'll know you did it right if you can run
- foundry
- You'll know you did it right if you can run
forge --versionand you see a response likeforge 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)
- You'll know you did it right if you can run
git clone https://github.com/0xGuvnor/vincask_contracts.git
cd vincask_contracts
forge build- Create a .env file with the following variables:
PRIVATE_KEYGOERLI_RPC_URLSEPOLIA_RPC_URLANVIL_RPC_URLETHERSCAN_API_KEY
make deploy-goerlimake deploy-sepoliaThis will spin up a local Anvil node, which needs to already be running in another terminal before deploying.
make deploy-anvilforge testforge coveragemake coverage