mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
New hardhat project
This commit is contained in:
parent
7eb61696eb
commit
23a2617c64
3 changed files with 917 additions and 975 deletions
4
.github/workflows/ci_deploy.yaml
vendored
4
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -39,9 +39,7 @@ jobs:
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
||||||
- name: Deploy contracts
|
- name: Deploy contracts
|
||||||
run: |
|
run: npx hardhat ignition deploy ./ignition/modules/Lock.js
|
||||||
cd /Users/ruslangladov/PycharmProjects/DevOps_LC/go-ethereum/hardhat/
|
|
||||||
npx hardhat run scripts/deploy.js --network localhost
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
|
||||||
1878
hardhat/package-lock.json
generated
1878
hardhat/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "hardhat-project",
|
"name": "hardhat",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"description": "",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
||||||
"hardhat": "^2.22.5"
|
"hardhat": "^2.22.5"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue