Code Repositories
Open Source Code Repositories
All Karma Coin code is open source and is available on Github under the Karma Coin License. Below is a list of the main code repositories.
App
The Karma Coin Android, iOS and Web app. The App is written in Dart and uses the Flutter framework.
https://github.com/karma-coin/karmacoin-app
Karmachain
A rust implementation of the permission-less Karma Coin blockchain using the Substrate framework.
https://github.com/karma-coin/karmachain
Server
A Rust implementation of a permissioned Karma Coin Blockchain, blockchain api, and the Verifier api. The APIs are specified in the proto3 language here: APIs Specs
https://github.com/karma-coin/karmacoin-server
Verifier
A Dart implementation of the Karma Coin verifier. Used by the Rust verifier api and not called directly by users clients. Can be thought of as Firebase authentication microservice proxy.
https://github.com/karma-coin/karmacoin-verifier
Docs
Karma Coin tech documentation site.
https://github.com/karma-coin/karmacoin-docs
Copyright (c) 2022 by the Karma Coin Authors. This work is licensed under the Karma Coin License.