ethers.js icon indicating copy to clipboard operation
ethers.js copied to clipboard

asm peckage documentation

Open wighawag opened this issue 3 years ago • 2 comments

Suggestion

Starting to play with asm to make some small contract but I am having hard time figuring out how the whole thing works

I looked at lurch for inspiration, but I do not know what $$ means for example Any pointer, example of smart contract in asm would be helpful :)

wighawag avatar Sep 05 '22 14:09 wighawag

Oh, I figured what $$ means, it the top of the stack :)

Still figuring out other thing though :D

wighawag avatar Sep 05 '22 14:09 wighawag

There isn't really much in the way of documentation; I was doing a lot of hackathons in ASM at some point so threw together a little language to make my life easier rather than writing everything in byte code. :)

ricmoo avatar Sep 06 '22 22:09 ricmoo