/wave-portal-web3

Workshop to build some smart contracts with Solidity and a Web3 client app to interact with the contracts.

Primary LanguageJavaScript

Wave portal project

This project is a workshop from buildspace.so. The goal is to learn some Solidity, write + deploy a smart contract to the blockchain, and build a Web3 client app to interact with the contract.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
npx hardhat help

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