
A Web3 Distributed Application (DApp) that implements a simple ticketing system.
If you are using VSCode, install the Live Server extension (if you don't have it), clone and open this repository in VSCode, and simply click on the "Go Live" button at the bottom right of the UI.
If you are not using VSCode or do not wish to use the Live Server plugin, you can use Node.js. Simply run npm install && npm run serve.
Either method should start a local server that you can open in your browser (typically at localhost:5500).
The Solidity smart contract for this application (0x20756e089701c7DAE04aa5895213F6FDAE644030) can be found here. I have included a copy of the Solidity file in this repository: TikkyToken.sol.
Warning
This application relies on CDNs to fetch dependencies (web3.js & jQuery) and may fail if the sources are offline.
Caution
This project is for testing/demo purposes only, so please do not upload keystore files that contain access to real funds.