@voyantjs/transactions
v0.52.1
Published
Transactions module for Voyant — offer, order, and commercial transaction layer that sits between sellability and bookings.
Readme
@voyantjs/transactions
Transactions module for Voyant — offer, order, and commercial transaction layer that sits between sellability and bookings.
Install
pnpm add @voyantjs/transactionsUsage
import { transactionsModule } from "@voyantjs/transactions"
import { createApp } from "@voyantjs/hono"
const app = createApp({
modules: [transactionsModule],
// ...
})Exports
| Entry | Description |
| --- | --- |
| . | Module export |
| ./schema | Drizzle tables |
| ./validation | Zod schemas |
| ./routes | Hono routes |
License
Apache-2.0
