Typescript libraries for Ethereum client JSON-RPC api specs.
| Package | Purpose |
|---|---|
@asyncswap/jsonrpc |
Core JSON‑RPC utilities. |
@asyncswap/eth-types |
General Ethereum types (Tx, logs, etc.). |
@asyncswap/eth-rpc |
Ethereum client RPC wrappers. |
@asyncswap/engine-rpc |
RPC for the engine api. |
@asyncswap/flashbots-rpc |
Flashbots protect RPC. |
@asyncswap/buildernet-rpc |
RPC for BuilderNet. |
Each package is self contained depending on your needs.
bun add @asyncswap/jsonrpc
bun add @asyncswap/eth-rpc
bun add @asyncswap/engine-rpc
bun add @asyncswap/flashbots-rpc
bun add @asyncswap/buildernet-rpc
bun add -D @asyncswap/eth-typesSee /packages
Auto-update semver versioning for major, minor or patches.
bun changesetApply version changes
bun changeset versionThis will bump all the versions automatically and auto-update dependencies.
Run
bun publish:jsonrpc