Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 392 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 392 Bytes

Event Ticket Contracts

Pre-requisites: Ganache and Truffle, and their dependencies.

This project is configured to connect to a development blockchain running on localhost port 8545. This is the default configuration for Ganache CLI.

You can test your contract by running your development blockchain and then truffle test in the terminal.