Skip to content

sebastianrich18/Chain-Park

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployments

Useful Commands

npm run dev or yarn dev to start web app (while in next-app directory)
truffle compile compile all smart contracts (while in truffle directory)
truffle migrate --network {NETWORK} deploy contracts to specified network (Goerli, Sepolia, dev)
truffle run verify --network {NETWORK} {CONTRACT NAME} verify on etherscan (Goerli)

Setup

  1. Install truffle globally npm install -g truffle if not already installed
  2. Install truffle dependencies cd truffle && npm install
  3. Install next.js dependencies cd next-app && npm install

About

A web3 solution to parking lot congestion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published