mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
7 lines
157 B
Bash
7 lines
157 B
Bash
#!/bin/bash
|
|
|
|
# Deploy the contracts using Hardhat Ignition
|
|
npx hardhat ignition deploy /usr/app/ignition/modules/Apollo.js
|
|
|
|
# Run the tests
|
|
npx hardhat test
|