https://github.com/jinglescode/test-nucast-gasless
https://github.com/jinglescode/test-nucast-gasless
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jinglescode/test-nucast-gasless
- Owner: jinglescode
- Created: 2025-05-23T03:04:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-05-26T07:29:02.000Z (10 months ago)
- Last Synced: 2025-09-16T13:23:14.545Z (6 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## goals
- to sponsor a transaction for a user who has no UTXO in their wallet
- the transaction built by dev should has most minimal changes from the original transaction
- test 2 kinds of transactions
- minting
- updating datum
## to start
```bash
npm install
```
## to run
```bash
npm run main
```