Skip to content

A TEALScript implementation of ARC55: On-Chain Msig App

Notifications You must be signed in to change notification settings

nullun/arc55-msig-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published