An open API service indexing awesome lists of open source software.

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

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
```