Build on the supported package contract
Use @absolutejs/onchain-base through its supported public entry points.
@absolutejs/onchain-basev0.0.3betaOn-chainBase (L2) adapter for @absolutejs/onchain: gasless soulbound seed-is-asset minting, with un-forgeable, GitHub-verified attestations.
bun add @absolutejs/onchain-baseBase (L2) adapter for @absolutejs/onchain: gasless, soulbound, seed-is-asset minting with un-forgeable, GitHub-verified attestations.
See the @absolutejs/onchain docs for the full provider-agnostic API. Part of @absolutejs/onchain-adapters.
Outcomes
Use @absolutejs/onchain-base through its supported public entry points.
Hardening checklist
Follow in order
# @absolutejs/onchain-base
bun add @absolutejs/onchain-base @absolutejs/onchain# @absolutejs/onchain-base
import { createOnchain } from '@absolutejs/onchain';
import { baseAdapter } from '@absolutejs/onchain-base';
const onchain = createOnchain({ adapter: baseAdapter({ /* … */ }) });Supported entry points declared by this package manifest.
Package entry point declared in package.json.
Scripts declared by this package manifest.
Search the declarations exported by the current package type files. Expand a symbol to inspect its source-backed signature.