Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.59 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.59 KB

Stubber

Digitally traceable ticket sales on the blockchain.

Ethereum Solidity

About


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.

ETH Networks


Stubber is live on Ropsten testnet at the following address. This address will be different if you do decide to redeploy.

Attribution


Ownable.sol, ERC721Token.sol and assertRevert.js contracts/tests are provided by the zeppelin-solidity repo.