Skip to main content

Contributing to the SDK

You can look on the list of issues and pick one to work on. If you have an idea for a new feature, you can create an issue and discuss it with us.

Running SDK in the development mode

We use yarn as a package manager.

  1. First install the dependencies
yarn install
  1. Then run the SDK in development mode
yarn dev