Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruv-2003/utxo-rollup
https://github.com/dhruv-2003/utxo-rollup
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhruv-2003/utxo-rollup
- Owner: Dhruv-2003
- Created: 2024-04-09T19:10:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T10:16:01.000Z (3 months ago)
- Last Synced: 2024-10-14T15:02:15.992Z (about 1 month ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UTXO
A UTXO-based transaction model implemented as a micro-rollup.
Initialized using [@stackr/sdk](https://www.stackrlabs.xyz/)
## 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 :rocket:
```bash
bun run cli.ts
```