curl -L https://foundry.paradigm.xyz | bash
# This will download foundryup. Then install Foundry by running:
foundryupforge buildRun test with -vv to print logs
forge test -vvRun testMintGasReport to mint 1 token and generate gas report for minting
forge test --match-test testMintGasReport --gas-reportforge install openzeppelin/openzeppelin-contracts@v4.4.2
forge install brockelmore/forge-stdSince remappings doesn't work with hardhat, I need change the dependencies structure to hardhat style and config remappings for Forge
yarn hardhat deploy --network rinkeby --tags nftyarn hardhat etherscan-verify --network rinkeby