Skip to content

attilacsanyi/my-wave-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published