PizzaDAO / pizza-smartcontract

Repository for Rare Pizzas smart contracts
GNU General Public License v3.0
17 stars 4 forks source link

RarePizzas

For Laszlo!

In a world beset by hunger, we present to you Rare Pizzas - a collaborative art project that demonstrates the world's first art-to-pizza pipeline.

Build

npm install
npx hardhat compile

Test

npx hardhat test
npx hardhat test --watch

Deploy

Check out the DeployXXXX.md files for more

architecture

This repository works in conjunction with an API project that hosts a chainlink node to respond to blockchain requrests for pizzas and generates a pizza. This proejct also bridges functionality between ethereum and polygon networks. There are several components:

Check out the PizzaMintSequence.md file for more info (requires mermaid-js)

dev

we use rinkeby and mumbai for testnets.