Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sim31/op-fractal-sc
Smart contracts for Optimism Fractal
https://github.com/sim31/op-fractal-sc
Last synced: about 2 months ago
JSON representation
Smart contracts for Optimism Fractal
- Host: GitHub
- URL: https://github.com/sim31/op-fractal-sc
- Owner: sim31
- License: gpl-3.0
- Created: 2023-09-22T08:52:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T13:03:01.000Z (over 1 year ago)
- Last Synced: 2023-10-20T15:05:39.401Z (over 1 year ago)
- Language: TypeScript
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample 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:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
```