go-ethereum/hardhat/entrypoint.sh
2024-06-15 21:21:42 +03:00

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