@absolutejs/onchain-base
v0.0.3
Published
Base (L2) adapter for @absolutejs/onchain: gasless soulbound seed-is-asset minting, with un-forgeable, GitHub-verified attestations.
Maintainers
Readme
@absolutejs/onchain-base
Base (L2) adapter for @absolutejs/onchain:
gasless, soulbound, seed-is-asset minting with un-forgeable, GitHub-verified
attestations.
bun add @absolutejs/onchain-base @absolutejs/onchainimport { createOnchain } from '@absolutejs/onchain';
import { baseAdapter } from '@absolutejs/onchain-base';
const onchain = createOnchain({ adapter: baseAdapter({ /* … */ }) });See the @absolutejs/onchain docs for
the full provider-agnostic API. Part of
@absolutejs/onchain-adapters.
