Applesauce packages
Core
The applesauce-core
package contains the EventStore
, QueryStore
and the majority of the helpers, and queries. see more
npm install applesauce-core
yarn install applesauce-core
pnpm install applesauce-core
Content
The applesauce-content
package contains helpers for parsing text content and markdown. see more
npm install applesauce-content
yarn install applesauce-content
pnpm install applesauce-content
Signers
The applesauce-signers
package contains a bunch of NIP-07 compatible signer classes. see more
npm install applesauce-signers
yarn install applesauce-signers
pnpm install applesauce-signers
Accounts
The applesauce-accounts
package contains the main AccountManager
class and various types of common nostr account types. see more
npm install applesauce-accounts
yarn install applesauce-accounts
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
npm install applesauce-factory
yarn install applesauce-factory
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
npm install applesauce-loaders
yarn install applesauce-loaders
pnpm install applesauce-loaders
React
The applesauce-react
package contains a bunch of useful react hooks for working with other applesauce packages. see more
npm install applesauce-react
yarn install applesauce-react
pnpm install applesauce-react