Boost SDK
Working with Events
Learn how to get logs and listen for new events emitted by the protocol
Under Construction The V2 Protocol, SDK, and these docs are under active development. You can find the latest testnet deployments here
In prerelease Currently the SDK and protocol only support Sepolia. Public API’s are stable, but could still change before our initial release. If you experience any bugs, please open a Github issue
getLogs Reference
See technical documentation for
Contract.getLogs
subscribe Reference
See technical documentation for
Contract.subscribe
Any accessible Contract
exposed by the SDK exposes 2 public methods to help retrieve typed event information.
getLogsExample.ts
subscribeExample.ts