@hyperix/core
v0.1.6
Published
Shared core helpers for the starter workspace.
Maintainers
Readme
@hyperix/core
Shared Hyperliquid core helpers used by the local workspace.
Workspace usage
This package is wired for source-first development inside the monorepo:
mainandtypespoint tosrc/index.ts- consuming apps should depend on it with
"workspace:*" - no local build step is required during development
Example
import { getPortfolio } from "@hyperix/core";
const data = await getPortfolio({
user: "0x0000000000000000000000000000000000000000",
});Tests
bun run --cwd packages/core test