nikabrik
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

Nikabrik version

Utilities for building DVMs on nostr. See count for an example of how to build a custom dvm handler.

import {DVM, countAgents} from 'nikabrik'

const dvm = new DVM({
  sk: 'your dvm private key here',
  relays: ['wss://relay.damus.io'],
  agents: {
    ...countAgents,
  }
})

// When you're done
dvm.stop()

/nikabrik/

    Package Sidebar

    Install

    npm i nikabrik

    Weekly Downloads

    1

    Version

    0.0.6

    License

    MIT

    Unpacked Size

    61.7 kB

    Total Files

    38

    Last publish

    Collaborators

    • jstaab