@voyantjs/distribution
v0.28.3
Published
Distribution module for Voyant. Channels, contracts, commissions, mappings, webhook events, and channel identity.
Readme
@voyantjs/distribution
Distribution module for Voyant. Channels, contracts, commissions, mappings, webhook events, and channel identity.
Install
pnpm add @voyantjs/distributionUsage
import { distributionModule } from "@voyantjs/distribution"
import { createApp } from "@voyantjs/hono"
const app = createApp({
modules: [distributionModule],
// ...
})Exports
| Entry | Description |
| --- | --- |
| . | Module export |
| ./schema | Drizzle tables |
| ./validation | Zod schemas |
| ./routes | Hono routes |
License
Apache-2.0
