Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nostrapps/cashu
cashu node library
https://github.com/nostrapps/cashu
cashu
Last synced: about 6 hours ago
JSON representation
cashu node library
- Host: GitHub
- URL: https://github.com/nostrapps/cashu
- Owner: nostrapps
- License: mit
- Created: 2024-02-18T08:23:06.000Z (9 months ago)
- Default Branch: gh-pages
- Last Pushed: 2024-10-21T10:24:46.000Z (30 days ago)
- Last Synced: 2024-10-21T15:08:00.223Z (30 days ago)
- Topics: cashu
- Language: HTML
- Homepage: https://nostrapps.github.io/cashu/
- Size: 32.2 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cashu - Cashu decoder
README
cashu
cashu---
Documentation
---
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nostrapps/cashu/blob/gh-pages/LICENSE)
[![npm](https://img.shields.io/npm/v/cashu)](https://npmjs.com/package/cashu)
[![npm](https://img.shields.io/npm/dw/cashu.svg)](https://npmjs.com/package/cashu)
[![Github Stars](https://img.shields.io/github/stars/nostrapps/cashu.svg)](https://github.com/nostrapps/cashu/)**Cashu Token Decoder**
[Demo](https://nostrapps.github.io/cashu/)
**Description**
This repository houses a web application that facilitates the decoding and encoding of Cashu tokens. Users can conveniently paste an encoded token into the designated text area and receive the corresponding decoded JSON representation in another text area.
**Features**
* Decodes Cashu tokens into JSON format.
* Encodes JSON back into Cashu tokens (if valid).
* Handles potential errors during decoding and encoding processes.
* Pre-fills the encoded input field with a token from the URL query string (optional).## License
- MIT