tealish
tealish copied to clipboard
Arc4 example
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)
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?