https://github.com/nodetec/notebin
✂️ Decentralized code snippets w/ ⚡ lightning tips
https://github.com/nodetec/notebin
decentralized lightning-network nextjs nostr relay tailwindcss
Last synced: 5 months ago
JSON representation
✂️ Decentralized code snippets w/ ⚡ lightning tips
- Host: GitHub
- URL: https://github.com/nodetec/notebin
- Owner: nodetec
- License: mit
- Created: 2023-01-11T23:50:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-29T23:09:32.000Z (6 months ago)
- Last Synced: 2025-07-09T23:45:57.801Z (6 months ago)
- Topics: decentralized, lightning-network, nextjs, nostr, relay, tailwindcss
- Language: TypeScript
- Homepage: https://notebin.io
- Size: 1.2 MB
- Stars: 56
- Watchers: 2
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ✂️ Notebin
Notebin is a code snippet sharing site similar to pastebin or GitHub gists.
## NIP-C0
This is a simple reference implementation for [NIP-C0](https://github.com/nostr-protocol/nips/blob/master/C0.md).
## Developers
- install dependencies
```shell
npm i
```
- run the app
```shell
npm run dev
```