https://github.com/daniel1302/ethereum-contracts-workspace
https://github.com/daniel1302/ethereum-contracts-workspace
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel1302/ethereum-contracts-workspace
- Owner: daniel1302
- Created: 2024-04-08T15:28:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T23:58:00.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T00:47:57.878Z (over 1 year ago)
- Language: Solidity
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hardhat workspace
## Setup
```
cp .env.example .env
```
## Commands
```
1. npx hardhat compile
2. npx hardhat run scripts/deploy_xxx.js
3. npx hardhat verify CONTRACT_ADDRESS [PARAMS]
```