Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 397 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 397 Bytes

TicketChainX

It is a clone of ticket master using blockchain

QuikStart

git clone https://github.com/workwithamit/TicketChainX
cd TicketChainX
npm install

Testing

npx hardhat test

Usage

Deploy: Start hardhat node in one terminal

npx hardhat node

execute deploy script in diffrent terminal

npx hardhat run ./script/deploy.js --network localhost