NiteeshPutla / CRUD-BC

create,read,update,delete(CRUD) implementation in solidity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD Project

This project demonstrates create,read,update,delete in solidity.

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

About

create,read,update,delete(CRUD) implementation in solidity


Languages

Language:JavaScript 72.8%Language:Solidity 27.2%