/Web3-Blockchain

Solidity-Javascript project to create a smart-contract in the Ethereum Blockchain enabling the user to send cryptocurrencies through the chain.

Primary LanguageJavaScript

Web3 Smart-Contract on the Ethereum Blockchain

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Solidity-Javascript project to connect to the Ethereum Blockchain enabling the user to send cryptocurrencies through the chain


You can see a video demonstration of the project clicking on the image below

Youtube Video Demo

The Frontend application to this smart-contract application can be found in this repository.


Demo

FrontendImage


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