Jason Du
Jason Du
I separate contracts into separate folders. Looks like imports from other folders don't work. HeroCreation.sol:3:1: Error: Source "HeroGenerator/HeroGeneratorInterface.sol" not found: Unknown exception in read callback. import "./../HeroGenerator/HeroGeneratorInterface.sol"; ^-----------------------------------------------------^ HeroToken.sol:4:1: Error:...
Using https://zeppelinos.org/ deployer with truffle results in the following error: `deployment failed with error: Method "web3_clientVersion" not supported on this provider` My truffle.js: ``` extdev_plasma_us1: { provider: function() { const...