Factory
The applesauce-factory
package provides the EventFactory
and operations for creating and modifying Nostr events.
Features
- Works with any NIP-07 signer (
applesauce-signers
) - Tons of pre-built operations for creating and modifying events
- Support for encrypted tags in NIP-51 events
- Pre-built operations for NIP-59 gift wrapping
- Blueprints for common event types
- Relays hints for
e
andp
tags
Installation
sh
npm install applesauce-factory
sh
yarn install applesauce-factory
sh
pnpm install applesauce-factory