@base-attribution-os/ethers
v0.1.4
Published
Tiny ethers helpers for Base Builder Code attribution.
Readme
@base-attribution-os/ethers
Builder Code suffix helpers and a transparent attributed signer wrapper for ethers v6.
pnpm add @base-attribution-os/ethers ethersimport { createAttributionSigner } from "@base-attribution-os/ethers";
const attributedSigner = createAttributionSigner(signer, {
codes: ["bc_example"],
});The wrapper preserves the original signer's prototype and method context while adding attribution to populated and sent transactions.
