Harley Swick
Harley Swick
Hi there! It's a bit more complicated than that. Its essentially modifying some of the behavior for check_option, example used here: https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L665 To be more human readable like you said.
#42 was recently merged into master if you can give that a try. Otherwise I would make an issue here https://github.com/poanetwork/ex_abi
As long as the config param is optional it sounds okay to me.
@alisinabh I think it would be best to do this in pieces. For now I think this can be a different module than ExW3.Contract to do the contract generating at...
@alisinabh I think this is looking pretty good. Only a few housekeeping comments. Would you mind moving all the ERC20 contract stuff into test like the other examples? That way...
It currently is not supported because the deployment params are hard coded here: https://github.com/hswick/exw3/blob/master/lib/exw3/contract.ex#L190
@Shelvak Thanks! These are welcome changes. Your approach to block watching is certainly the safest, glad that exw3 can be helpful for you.
having similar issue. It looks like when you put target at the bottom serve doesnt start
Hi, apologies for taking so long to get to this. I'm able to reproduce the same error when I run: ``` boot dev boot repl-client ``` What is strange is...
I made attempts at this before and ran into the same complexity. I actually think the best way to do is to write some java code to make a more...