An open API service indexing awesome lists of open source software.

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.

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
```