Rita94105 / NFT

Publish NFT and implement blind box and unblind function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Foundry test

git clone --recurse-submodules https://github.com/Rita94105/NFT.git
cd NFT
forge test --match-contract Receiver
forge test --match-contract MyToken

Installing openzeppelin and chainlink in Foundry

forge install openzeppelin/openzeppelin-contracts --no-commit
forge install smartcontractkit/chainlink --no-commit

About

Publish NFT and implement blind box and unblind function


Languages

Language:Solidity 100.0%