dapple
dapple copied to clipboard
EVM contract system developer multitool
- in .dapplerc, "ethereum" key name really means "eth_rpc" connection configuration - in the dappfile, the environments are named after _chains_ not _chain connection info_. "live" should be "ethereum" in...
Build link can be updated. Currently, it is pointing to https://travis-ci.org/nexusdev/dapple and shows as unknown.
``` ~/maker-core/.dapple/packages/ds-token# dapple test Testing... No local solc found. Failing over to JS compiler... ``` ``` # which solc /usr/bin/solc ``` ????
I'm following this tutorial: http://blog.nexusdev.us/dapple-tutorial/ First I had some trouble installing Dapple. I was able to figure it out - installing window-build-tools via npm and then installing the .Net sdk....
collisions from redundant dappsys includes: ``` /Users/nikolai/maker-core/dapple_packages/dappsys/contracts/factory/token_factory.sol:16:38: Error: Invalid type for argument in function call. Invalid implicit conversion from contract DSTokenFrontend to contract DSTokenFrontend requested. ret = new DSTokenController( frontend,...
``` dapple search coin coin - something coin2 - something else ```
I multiple tests are modifying and testing address balances the order of the tests becomes important. This causes problems when adding more tests, because the order may change. The state...
I have window10 system with installed "visualcppbuildtools_full". I am able to successfully install dapple. When i run dapple init in my project directory it give below error. C:\Users\yogesh\Dapple>dapple init Secp256k1...