๐Ÿ“ฆ Parabol SDKOverview

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

  1. @parabolfi/server: Server-side SDK for handling configurations and querying protocol data.
  1. @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.
  1. @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.