Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 725 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 725 Bytes

SyncEvents Smart contract

https://mumbai.polygonscan.com/address/0xF5d96b2e6B87DBfa5E9C240E65bD51532E9106Fb

Contracts are deployed on mumbai testnet: https://mumbai.polygonscan.com/address/0xF5d96b2e6B87DBfa5E9C240E65bD51532E9106Fb


Here we have created "SyncEventsContract" that manage the TicketContract for deploying TicketNftContract and issuing nfts.


This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js