nullun / arc55-msig-app

A TEALScript implementation of ARC55: On-Chain Msig App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARC55: Msig App

TEALScript Reference Implementation of ARC55

Build:

bun install
bunx tealscript src/*.algo.ts dist

Test:

bun run index.ts

If you make any changes to the TEALScript files, you can regenerate the client library with algokitgen

bunx algokitgen generate -a dist/MsigApp.arc32.json -o client/MsigApp.client.ts
# Of if you want just the ARC55 client
bunx tealscript src/arcs/arc55.algo.ts dist
bunx algokitgen generate -a dist/ARC55.arc32.json -o client/ARC55.client.ts

About

A TEALScript implementation of ARC55: On-Chain Msig App


Languages

Language:TypeScript 99.9%Language:Shell 0.1%