/smart-contracts-with-ethereum-web-3.0

A try to create a Web 3.0 app with smart contracts

Primary LanguageJavaScript

Smart Contract Web 3.0 with Ethereum

Getting started

npm install
npx hardhat compile
npx hardhat test

Run a script

npx hardhat run scripts/deploy.js

Start the smart contract

npx hardhat node

Get fake Ethereum accounts to test with:

npx hardhat accounts