UNPKG

@taqueria/plugin-archetype

Version:

A taqueria plugin for compiling Archetype smart contracts

10 lines (7 loc) 134 B
export const arl_template = ` archetype hello variable msg : string = "Hello" entry input(name : string) { msg += " " + name } `;