Wiki

Clone wiki

my.karma.red / Home

This is Karma API Homepage

Karma API is a web services that provides access to different platform features such as user creation, documents upload, token transfers and etc.

To receive information or to make an action via API specific methods must be called.

Detailed API manual is located here Karma P2P Public API Manual

Example of method calling:

curl --data '{"query":"mutation m {\n  registerUser(input: {email: \"sample@gmail.com\"}) {\n status\n}\n}\n\n"}'

Here are our main Repositories:

GitHub

https://github.com/Karma-blockchain

Karma core

https://github.com/Karma-blockchain/karma-core

KarmaJS

https://github.com/Karma-blockchain/karmajs

KarmaJS websocket

https://github.com/Karma-blockchain/karmajs-ws

Tapin Python-based BitShares faucet

https://github.com/Karma-blockchain/tapin

Karma Bitbucket general link

https://bitbucket.org/karmared/

Repositories

Karma token and middleware for Ethereum blockchain

https://bitbucket.org/karmared/krm20

KRM<>BTC gateway

https://bitbucket.org/karmared/karma-bitcoin-gw

KRM<>ETH gateway

https://bitbucket.org/karmared/karma-ethereum-gw

Karma core benchmark tests (TPS measurement)

https://bitbucket.org/karmared/karma-core-benchmarks

Middleware legacy

https://bitbucket.org/karmared/karma-middleware-legacy

Updated