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

A try to create a Web 3.0 app with smart contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A try to create a Web 3.0 app with smart contracts


Languages

Language:JavaScript 80.1%Language:Solidity 18.6%Language:Shell 1.4%