mattlockyer / composables-998

An implementation and documentation repo for developing the ERC-998 standard for Ethereum.
MIT License
103 stars 64 forks source link

Error while running truffle test #39

Open shivammutrejarug opened 4 years ago

shivammutrejarug commented 4 years ago

I cloned the repo and ran npm i followed by truffle test. I am getting the following error - Error: while migrating ComposableTopDown: Returned error: VM Exception while processing transaction: out of gas

Truffle v5.1.25 (core: 5.1.25) Node v10.16.3 Solidity Compiler Version - 0.4.24

Please advise.