WaffleHouse is a dapp that uses the best elements of Ethereum (ERC20 shittokens) and Harmony (reduced TX times/fees) to create a blockchain based game incentivized by cash prizes and game theory.
- Rename .envSample to .env
- Configure .env with desired values
- Migrate contract
truffle migrate --network INSERT_NETWORK (mainnet or testnet)
- Compile contract for frontend and truffle, and inject addresses
npm run compile
- Add ingredient at the end of one of the 4 lists in the "lists" folder
- Run following command
truffle migrate --network INSERT_NETWORK (mainnet or testnet) -f 3
cd vapp
npm run dev