https://github.com/shawakash/simple-storage
This is an application build using Solidity and deployed using Javascript with the help of frameworks like hardhat and ethers.
https://github.com/shawakash/simple-storage
blockchain ethers hardhat javascript simple-project solidity solidity-contracts
Last synced: 2 months ago
JSON representation
This is an application build using Solidity and deployed using Javascript with the help of frameworks like hardhat and ethers.
- Host: GitHub
- URL: https://github.com/shawakash/simple-storage
- Owner: shawakash
- Created: 2023-02-04T12:09:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T14:17:14.000Z (over 3 years ago)
- Last Synced: 2025-06-09T15:01:35.518Z (about 1 year ago)
- Topics: blockchain, ethers, hardhat, javascript, simple-project, solidity, solidity-contracts
- Language: Solidity
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-Storage Hardhat Project 😇(●'◡'●)
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.
Try running some of the following tasks:
Start using by running
```shell
yarn init
yarn hardhat
```
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```