Skip to content

akhileshthite/metertickets-marketplace

Repository files navigation

MeterTickets

Landing page website: https://metertickets.on.fleek.co

Marketplace dapp: https://metertickets-marketplace.vercel.app/

repo size platform

Smart contracts

Block explorer links

Addresses

0x888ec74a70EF2e960a3CCCF22f675FAf7b10796F
0xeE6b61dF722C1a2D80C07cC29944Bb6B670f8e57

Run locally

  1. Clone the project locally, change into the directory:
git clone https://github.com/AkhileshThite/metertickets-marketplace

cd metertickets-marketplace
  1. install dependencies
npm install

# or

yarn
  1. Start the application.
npm run dev

Development setup

  1. Clone the project locally, change into the directory, and install the dependencies:
git clone https://github.com/AkhileshThite/metertickets-marketplace

cd metertickets-marketplace

# install dependencies using `npm` or `yarn`.

npm install

# or

yarn

Create .secret and .env files,

  • Put private key of your wallet account in .secret.
  • Put NEXT_PUBLIC_WORKSPACE_URL=https://rpctest.meter.io/ in .env file.
  1. Start the local Hardhat node.
npx hardhat node
  1. With the network running, deploy the contracts to the local network in a separate terminal window.
npx hardhat run scripts/deploy.js --network meter
  1. Start the application.
npm run dev

About

Buy and sell tickets in the form of NFTs on Meter blockchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published