@0xintuition/curves
v0.1.0-alpha.0
Published
Mathematical curve helpers for Intuition bonding curve flows
Readme
@0xintuition/curves
Mathematical helpers for Intuition bonding curve previews.
Runtime: ESM-only. This package does not publish CommonJS require entrypoints.
Install
bun add @0xintuition/curves@alphaUsage
import { createLinearCurve, linearPreviewDeposit } from '@0xintuition/curves'
const curve = createLinearCurve()
const preview = linearPreviewDeposit(curve, 100n)