mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
download dependencies to run script
This commit is contained in:
parent
41459a77c8
commit
dd6689a6c7
1 changed files with 5 additions and 1 deletions
|
|
@ -5,5 +5,9 @@ signersDump=$(jq . $signersFile)
|
||||||
privKey=$(echo "$signersDump" | jq -r ".[0].priv_key")
|
privKey=$(echo "$signersDump" | jq -r ".[0].priv_key")
|
||||||
rpc_url="http://localhost:8545"
|
rpc_url="http://localhost:8545"
|
||||||
|
|
||||||
|
cd matic-cli/tests/rpc-tests
|
||||||
|
|
||||||
go run matic-cli/tests/rpc-tests/main.go --priv-key $privKey --rpc-url $rpc_url
|
go mod tidy
|
||||||
|
go main.go --priv-key $privKey --rpc-url $rpc_url
|
||||||
|
|
||||||
|
cd -
|
||||||
Loading…
Reference in a new issue