git clone https://github.com/theocdl/silo-contracts.git
cd silo
npm install
npx hardhat test
You should see this:
- ✅ good deployed of
DAI
andSilo
contract - ✅ register your company
- ✅ create & modify NFT
- ✅ get DAI
- ✅ buy cerificate
- ✅ sell NFT
- ✅ burn the NFT
- ✅ Add a company
- ✅ Make NFT
- ✅ Change the cost or the supply of the NFT
- ✅ Buy a NFT
- ✅ Find the UID of a company by her name
- ✅ Get the information of a company
- ✅ Get DAI to buy some NFT
- ✅ Recover the NFT for the Issuer (sell it)
- ✅ Burn the NFT (endOrder)
Théo Claudel & Julien Béranger