Skip to content

darragh0/w3-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tikky – A Web3 DApp

WEB3JS ETHEREUM

Home Page Screenshot

A Web3 Distributed Application (DApp) that implements a simple ticketing system.

Running the App

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).

Contract Information

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.

About

Web3 Distributed Application (DApp) that implements a simple ticketing system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors