Skip to content

🌊 Web3 dApp on Ethereum, built with Solidity, Hardhat, Ethers.js, Vue & Pinia.

License

Notifications You must be signed in to change notification settings

findtoni/waveportal

Repository files navigation

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