Apibara Typescript SDK
It's possible to implement Apibara applications using the Typescript SDK.
The Typescript SDK is great to develop applications that:
- use web3 libraries like ethers.js and starknet.js,
- reuse code between frontend and backend,
- leverage the vast ecosystem of Typescript packages.
Packages#
The Typescript SDK is comprised of the following packages:
@apibara/protocol
: use this package to connect to Apibara and stream data from it.@apibara/starknet
: use this package to parse data from one of the StarkNet streams.