You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently eas expects a file path as input, is there any reason why we cannot put the assembly directly?, this would be helpful when writing small examples:
$ eas --asm "caller push1 00 sstore stop"
3360005500
Currently
easexpects a file path as input, is there any reason why we cannot put the assembly directly?, this would be helpful when writing small examples: