monerium / smart-contracts

ERC20 compatible e-money deployed on Ethereum
https://monerium.com
Apache License 2.0
36 stars 21 forks source link

build failing #25

Closed mkinney closed 4 years ago

mkinney commented 5 years ago

I see the build is failing. Might be a timing issue:

Could not connect to your Ethereum client. Please check that your Ethereum client:
    - is running
    - is accepting RPC connections (i.e., "--rpc" option is used in geth)
    - is accessible over the network
    - is properly configured in your Truffle configuration file (truffle.js)
The command "npx truffle migrate --reset --network development" exited with 1.

Check out https://github.com/peppersec/tornado-mixer/blob/master/.travis.yml#L8 for how you might handle timing.

Hope that helps.

arnigudj commented 4 years ago

thank you @mkinney.