solidity-koans
solidity-koans copied to clipboard
Learn Ethereum Solidity programming through test driven development (inspired by Ruby Koans)
I managed to get everything to compile with 0.5, but the tests don't actually run - e.g. ``` $ truffle test ./test/Test_Assert_1.sol Using network 'development'. Compiling your contracts... =========================== >...
Current contract architecture is hacky. Need to create a Koans library to designate all the constants I'm using. And have Assert.sol inherit this lib.
Interim hack is to comment-out unused Assert functions, so I can create my own to detect for Koans usage.
… the contract compiler 0.4.24