Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 526 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 526 Bytes

UTXO

A UTXO-based transaction model implemented as a micro-rollup.

Initialized using @stackr/sdk

Project Structure

│ 
├──  src
│   ├── state.ts
│   ├── machine.stackr.ts
│   ├── actions.ts
│   ├── transitions.ts
│   ├── index.ts
│   ├── utxo.ts
│
│── cli.ts
│── cli-types.ts
│── stackr.config.ts
│── deployment.json

How to run ?

Run using Node.js 🚀

bun run cli.ts