pull down to refresh

Monorepo for the napplet SDK
libraries for building NIP-5D Nostr Web Applets - "napplets"
https://github.com/napplet/web

napplet is a sandboxed web app that runs inside a shell. The shell and napplet communicate over postMessage using a JSON envelope format ({ type, ...payload }) defined by NIP-5D. The napplet never touches localStorage, relay connections, or signing keys directly -- the shell proxies everything through NAP interfaces. 

Read about napplets in NIP-5D possiblity