Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.03 KB

Buildspace WavePortal

Deployed on Heroku: https://wave-p0rtal.herokuapp.com/

This project demonstrates a basic Hardhat use case while creating a sample Solidity Wave Portal. The frontend is React and Web3.

The project is based on Solidity Web3 App buildspace course.

Solidity - Hardhat

This is the smart contract backend for Wave Portal written in Solidity.

Relevant npm scripts

npm run accounts    // list generated accounts
npm run compile     // compile and create artifacts
npm run clean       // clean artifacts
npm run h:test      // running tests
npm run node        // running local node
npm run run         // run hardhat script (/scripts)
npx hardhat help    // hardhat help

Web3 - React

This is the UI for Wave Portal using React and web3. Source files can be found under src folder.

Relevant npm scripts

npm run start       // start the app
npm run build       // build the app
npm run test        // running tests