Introduction
Parabol provides a set of SDKs to interact with the Parabol protocol. These SDKs are designed to cater to different use cases and environments.
Available SDKs
- @parabolfi/server: Server-side SDK for handling configurations and querying protocol data.
-
@parabolfi/core: The core SDK for interacting with the Parabol protocol.
- ParabolAccount: For direct blockchain interactions using a private key.
- Calldata Utilities: For generating calldata without direct blockchain interaction.
- @parabolfi/client (Coming Soon): For browser-based dApps, designed to work with providers and connectors.
🚨
The @parabolfi/server
SDK functions are available only on server-side. Be
careful not to expose the API key on the client-side.