No description
Find a file
2025-07-09 13:27:37 +02:00
examples Initial Commit 2025-07-09 12:45:59 +02:00
.gitignore Initial Commit 2025-07-09 12:45:59 +02:00
bun.lock Initial Commit 2025-07-09 12:45:59 +02:00
cashu.ts add balance updated event 2025-07-09 13:07:38 +02:00
index.ts add refund functionality 2025-07-09 13:27:37 +02:00
npubCash.ts Initial Commit 2025-07-09 12:45:59 +02:00
package.json Initial Commit 2025-07-09 12:45:59 +02:00
paymentStatus.ts Initial Commit 2025-07-09 12:45:59 +02:00
README.md Initial Commit 2025-07-09 12:45:59 +02:00
tsconfig.json fix initailization order 2025-07-09 12:54:15 +02:00

portalbtc-lib

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.17. Bun is a fast all-in-one JavaScript runtime.