https://github.com/jinglescode/test-nucast-gasless
https://github.com/jinglescode/test-nucast-gasless
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jinglescode/test-nucast-gasless
- Owner: jinglescode
- Created: 2025-05-23T03:04:19.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-05-26T07:29:02.000Z (about 1 month ago)
- Last Synced: 2025-06-09T04:45:40.599Z (19 days 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
```