This repo hosts the code for the Seald SDK.
It is written in GoLang.
There are also bindings for:
- iOS, written in Objective-C in the
./ios_wrapper
folder, published on Cocoapods, with an example app available in Objective-C here and in Swift here; - Android, written in Kotlin in the
./kotlin_wrapper
folder, published on Maven Central, with an example app available here; - Flutter, written in C and Dart in the
./c_sdk
folder and the./flutter_wrapper
folder respectively, published on Pub Dev, with an example app available here.
You will find more information about our GoLang code style rules and other development conventions in CONTRIBUTING.md
.
For the bindings, more information about the code style and development conventions is available as needed inside the binding's folder.
This repository does not contain credentials to run the tests. If you want to contribute to the development,
you will need credentials on our dev environment. To get them, contact us at [email protected].
Then, copy test_credentials.template.json
to test_credentials.json
, and fill this template with the credentials.
After this, you will be able to run the tests.