tealish icon indicating copy to clipboard operation
tealish copied to clipboard

Arc4 example

Open fergalwalsh opened this issue 2 years ago • 1 comments
trafficstars

This PR includes an example application that uses the ARC4 ABI spec methods and types.

This may be a useful starting point for people that want to write ABI compliant contracts. This is also an exercise in understanding what specific functionality is required in Tealish to support ARC4.

(Note tests are using an unrelased version of AlgoJig but I'm including them here to help understand the app usage)

fergalwalsh avatar Jan 27 '23 19:01 fergalwalsh

Is the intention here to make the util methods (abi_*) be available as a built-in? or something the user needs to define per use?

barnjamin avatar Jan 29 '23 14:01 barnjamin