Find out more HERE
This repository houses the Stubber ticket sale and management platform. It has been built using Ethereum smart contracts.
There are two components that make up this system:
-
contract/ - folder is for both the Stubber contract and a lightweight frontend that can be used to manage the stubber contract without running the full frontend.
-
frontend/ - Contains the main Stubber frontend written in React and utilizing Drizzle for blockchain interactions.
Stubber is live on Ropsten testnet at the following address. This address will be different if you do decide to redeploy.
Ownable.sol
, ERC721Token.sol
and assertRevert.js
contracts/tests are provided by the zeppelin-solidity repo.