No description
Find a file
2025-07-17 20:52:44 +02:00
examples Initial Commit 2025-07-09 16:47:19 +02:00
.gitignore Initial Commit 2025-07-09 16:47:19 +02:00
bun.lock Initial Commit 2025-07-09 16:47:19 +02:00
cashu.ts fix issue with cashu 2025-07-10 18:49:30 +02:00
index.ts don't fail loading if the cashu mint is offline, or otherwise unreacheable 2025-07-17 20:52:44 +02:00
npubCash.ts fix issue with cashu 2025-07-10 18:49:30 +02:00
package.json Initial Commit 2025-07-09 16:47:19 +02:00
paymentStatus.ts Initial Commit 2025-07-09 16:47:19 +02:00
README.md Initial Commit 2025-07-09 16:47:19 +02:00
tsconfig.json Initial Commit 2025-07-09 16:47:19 +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.