jd-apprentice / buildspace_web3app

πŸš€ Build an web3 app course in buildspace

Home Page:https://buildspace-web3app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WavePortal Web3

  • Simple page that runs on web3 with metamask and ropsten testnet

Commands

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

hardhat commands

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

Stack used

  • React
  • Solidity
  • Javascript
  • Html
  • Css
  • Hardhat
  • Alchemy
  • Nodejs

About

πŸš€ Build an web3 app course in buildspace

https://buildspace-web3app.vercel.app/

License:MIT License


Languages

Language:TypeScript 71.7%Language:JavaScript 10.2%Language:Solidity 8.4%Language:CSS 5.6%Language:HTML 4.1%