Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 928 Bytes

File metadata and controls

27 lines (20 loc) · 928 Bytes

⚠️ This repo is under heavy development. If you encounter any issues, please open a PR! ⚠️

Nostr Commerce Schema

Zod Schemas and Typescript Types for use with the GammaMarkets Market Spec

How to Use

  1. Clone the repo
  2. cd nostr-commerce-schema
  3. Run the link command with your package manager of choice
  • npm link
  • yarn link
  • bun link
  • etc...
  1. Navigate to your project
  2. Run ___ link nostr-commerce-schema, replacing ___ with your package manager of choice
  3. Import types or validation functions wherever Marketplace events exists in your project.

That's it!