Overview
Real-chain adapters for @absolutejs/onchain. The core ships a local adapter (in-memory/file, zero setup) for dev and fully off-chain play; this monorepo holds the production providers.
@absolutejs/onchain-adaptersworkspacealphaOn-chainReal-chain adapters for @absolutejs/onchain (the core ships a local adapter for dev/off-chain).
git clone https://github.com/absolutejs/onchain-adapters.gitReal-chain adapters for @absolutejs/onchain. The core ships a local adapter (in-memory/file, zero setup) for dev and fully off-chain play; this monorepo holds the production providers.
Adapter — Package — Status
Base (L2) — @absolutejs/onchain-base — scaffold — GitHub fact-verification implemented; gasless soulbound mint + VRF wired to config
Recommended Base stack (from research): Coinbase Smart Wallet / Privy (embedded wallet), ERC-721 soulbound (ERC-5484) with on-chain seed (tokenURI re-derives the art), gasless via ERC-4337 + paymaster, Chainlink VRF for the genuine 1-of-1 rolls.
New workspace dir (e.g. thirdweb/), add it to root workspaces.
package.json: name @absolutejs/onchain-, depend on @absolutejs/onchain.
Implement the @absolutejs/onchain/adapter-kit contract and export a
createXAdapter(config): OnchainAdapters.
1 public package and 0 private workspace projects are versioned and developed together.
Outcomes
Real-chain adapters for @absolutejs/onchain. The core ships a local adapter (in-memory/file, zero setup) for dev and fully off-chain play; this monorepo holds the production providers.
New workspace dir (e.g. thirdweb/), add it to root workspaces.
Hardening checklist
Follow in order
1 public package and 0 private workspace projects are maintained in this repository.