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_wrapperfolder, published on Cocoapods, with an example app available in Objective-C here and in Swift here; - Android, written in Kotlin in the
./kotlin_wrapperfolder, published on Maven Central, with an example app available here; - Flutter, written in C and Dart in the
./c_sdkfolder and the./flutter_wrapperfolder 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 contact@seald.io.
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.