Skip to content

[Wave Portal] Buildspace Project - Build a Web3 App with Solidity + Ethereum Smart Contracts

Notifications You must be signed in to change notification settings

abbylow/buildspace-solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildspace Project - Build a Web3 App with Solidity + Ethereum Smart Contracts

Reference

Hardhat Commands

npx hardhat accounts
npx hardhat compile
npx hardhat test

npx hardhat run scripts/run.js // run a specific script

npx hardhat node // run a local Ethereum network that stays alive
npx hardhat run scripts/deploy.js --network localhost
npx hardhat run scripts/deploy.js --network rinkeby

Frontend Project: https://github.com/abbylow/buildspace-solidity-frontend

About

[Wave Portal] Buildspace Project - Build a Web3 App with Solidity + Ethereum Smart Contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published