JSPM

@toon-protocol/core

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q47206F
  • License MIT

Core library for Nostr-based ILP peer discovery and settlement

Package Exports

  • @toon-protocol/core
  • @toon-protocol/core/nip34
  • @toon-protocol/core/toon

Readme

@toon-protocol/core

Core library for Nostr-based ILP peer discovery, bootstrap, and settlement negotiation.

Install

npm install @toon-protocol/core

Usage

import {
  NostrPeerDiscovery,
  BootstrapService,
  SocialPeerDiscovery,
  parseIlpPeerInfo,
  buildIlpPeerInfoEvent,
} from '@toon-protocol/core';

License

MIT