Skip to content

Applesauce packages

Core

The applesauce-core package contains the EventStore, QueryStore and the majority of the helpers, and queries. see more

sh
npm install applesauce-core
sh
yarn install applesauce-core
sh
pnpm install applesauce-core

Content

The applesauce-content package contains helpers for parsing text content and markdown. see more

sh
npm install applesauce-content
sh
yarn install applesauce-content
sh
pnpm install applesauce-content

Signers

The applesauce-signers package contains a bunch of NIP-07 compatible signer classes. see more

sh
npm install applesauce-signers
sh
yarn install applesauce-signers
sh
pnpm install applesauce-signers

Accounts

The applesauce-accounts package contains the main AccountManager class and various types of common nostr account types. see more

sh
npm install applesauce-accounts
sh
yarn install applesauce-accounts
sh
pnpm install applesauce-accounts

Factory

The applesauce-factory package contains the main EventFactory class and a lot of Blueprints and Operations for creating an modifying nostr events. see more

sh
npm install applesauce-factory
sh
yarn install applesauce-factory
sh
pnpm install applesauce-factory

Actions

WIP

Loaders

The applesauce-loaders package is built on top of rx-nostr and contains some loaders that can be used to easily fetch nostr events from multiple relays. see more

sh
npm install applesauce-loaders
sh
yarn install applesauce-loaders
sh
pnpm install applesauce-loaders

React

The applesauce-react package contains a bunch of useful react hooks for working with other applesauce packages. see more

sh
npm install applesauce-react
sh
yarn install applesauce-react
sh
pnpm install applesauce-react