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.
- First install the dependencies
yarn install
- Then run the SDK in development mode
yarn dev