Skip to main content
JavaScript and TypeScript SDK examples use the beta7 npm SDK package.

Install

npm install @brik64/core@0.1.0-beta.7

Verify The Installed Package

npm ls @brik64/core
Use examples only after checking the installed package version against the release notes you are documenting. Public examples should be small and inspectable:
import { mc } from "@brik64/core";

const result = mc.add8(10, 20);
console.log(result);
Before publishing behavior-sensitive examples, run them locally and record the observed output. Arithmetic behavior and monomer coverage should be checked against the package version.