Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 911 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 911 Bytes

waveportal

Netlify Status

waveportal

Stack

  • Solidity
  • Hardhat
  • Ethers.js
  • Vue 3, Vite
  • Pinia
  • Metamask
  • WalletConnect

Smart Contract on Goerli

Instructions

# install dependencies
$ npm install

# start hardhat node
$ npx hardhat node

# run scripts
$ npx hardhat run scripts/run.js --network localhost

# deploy smart contract
$ npx hardhat run scripts/deploy.js --network localhost

# start server
$ npm run dev