Skip to content

theocdl/silo-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silo 🌽

Install 💻

git clone https://github.com/theocdl/silo-contracts.git
cd silo
npm install

Test 🪛

npx hardhat test

You should see this:

  • ✅ good deployed of DAI and Silo contract
  • ✅ register your company
  • ✅ create & modify NFT
  • ✅ get DAI
  • ✅ buy cerificate
  • ✅ sell NFT
  • ✅ burn the NFT

Workflow 📜

Solidity:

  • ✅ 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