Automate Cashu Token Management with Configurable Split and Lightning Payouts #3
Labels
No labels
effort
large
effort
medium
effort
small
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
duplicate
status
in-progress
status
needs-review
status
wontfix
type
bug
type
documentation
type
enhancement
type
feature
type
refactor
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Arx/api.npub.email#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, redeemed subscription tokens are simply logged as new Cashu tokens.
const newToken = await wallet.receive(tokenString);
const encodedToken = getEncodedToken({
token: [{
mint: tokenInfo.mint,
proofs: newToken
}]
});
logger.info(`New cashu token: ${encodedToken}`);
Proposed Solution:
Configuration Example:
Benefits: