changjiashuai / my-wave-portal

WavePortal --- it'll be a place where anyone on the internet can learn a little about who you are and send you a πŸ‘‹ + a message and have that data saved on the blockchain through an Ethereum smart contract.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WavePortal Dapp Project

building a website that I'll be calling the WavePortal --- it'll be a place where anyone on the internet can learn a little about who you are and send you a πŸ‘‹ + a message and have that data saved on the blockchain through an Ethereum smart contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

Run test case

npx hardhat run scripts/run.js

Deploy contract

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

Open source

npx hardhat verify {contract_address} --network goerli

Project url

https://waveportal-starter-project.jiashuaichang.repl.co/

Screenshot

运葌ζˆͺε›Ύ

About

WavePortal --- it'll be a place where anyone on the internet can learn a little about who you are and send you a πŸ‘‹ + a message and have that data saved on the blockchain through an Ethereum smart contract.


Languages

Language:JavaScript 72.8%Language:Solidity 27.2%