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 --version
and 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 --version
and 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_KEY
GOERLI_RPC_URL
SEPOLIA_RPC_URL
ANVIL_RPC_URL
ETHERSCAN_API_KEY
make deploy-goerli
make deploy-sepolia
This will spin up a local Anvil node, which needs to already be running in another terminal before deploying.
make deploy-anvil
forge test
forge coverage
make coverage