2018-07-09 17:19:45 +08:00
{
"abciApps" : [
{
"name" : "Cosmos SDK" ,
"url" : "https://github.com/cosmos/cosmos-sdk" ,
"language" : "Go" ,
"author" : "Cosmos" ,
2018-08-27 15:33:46 +08:00
"description" : "A prototypical account based crypto currency state machine supporting plugins"
2018-07-09 17:19:45 +08:00
} ,
{
"name" : "cb-ledger" ,
"url" : "https://github.com/block-finance/cpp-abci" ,
"language" : "C++" ,
"author" : "Block Finance" ,
2018-08-27 15:33:46 +08:00
"description" : "Custodian Bank Ledger, integrating central banking with the blockchains of tomorrow"
2018-07-09 17:19:45 +08:00
} ,
{
"name" : "Clearchain" ,
"url" : "https://github.com/tendermint/clearchain" ,
"language" : "Go" ,
"author" : "FXCLR" ,
2018-08-27 15:33:46 +08:00
"description" : "Application to manage a distributed ledger for money transfers that support multi-currency accounts"
2018-07-09 17:19:45 +08:00
} ,
{
"name" : "Ethermint" ,
"url" : "https://github.com/tendermint/ethermint" ,
"language" : "Go" ,
"author" : "Tendermint" ,
"description" : "The go-ethereum state machine run as an ABCI app"
} ,
{
"name" : "Merkle AVL Tree" ,
"url" : "https://github.com/tendermint/merkleeyes" ,
"language" : "Go" ,
"author" : "Tendermint" ,
"description" : "Tendermint IAVL tree implemented as an ABCI app"
} ,
{
"name" : "Burrow" ,
"url" : "https://github.com/hyperledger/burrow" ,
"language" : "Go" ,
"author" : "Monax Industries" ,
2018-08-27 15:33:46 +08:00
"description" : "Ethereum Virtual Machine augmented with native permissioning scheme and global key-value store"
2018-07-09 17:19:45 +08:00
} ,
{
"name" : "Merkle AVL Tree" ,
"url" : "https://github.com/jTMSP/MerkleTree" ,
"language" : "Java" ,
"author" : "jTMSP" ,
"description" : "Tendermint IAVL tree implemented as an ABCI app"
} ,
{
"name" : "TMChat" ,
"url" : "https://github.com/wolfposd/TMChat" ,
"language" : "Java" ,
"author" : "jTMSP" ,
"description" : "P2P chat using Tendermint"
} ,
{
"name" : "Comit" ,
"url" : "https://github.com/zballs/comit" ,
"language" : "Go" ,
"author" : "Zach Balder" ,
"description" : "Public service reporting and tracking"
} ,
2019-01-17 23:46:34 -08:00
{
"name" : "ParadigmCore" ,
"url" : "https://github.com/ParadigmFoundation/ParadigmCore" ,
"language" : "TypeScript" ,
"author" : "Paradigm Labs" ,
"description" : "Reference implementation of the Paradigm Protocol, and OrderStream network client."
} ,
2018-07-09 17:19:45 +08:00
{
"name" : "Passchain" ,
"url" : "https://github.com/trusch/passchain" ,
"language" : "Go" ,
"author" : "trusch" ,
2018-08-27 15:33:46 +08:00
"description" : "Tool to securely store and share passwords, tokens and other short secrets"
2018-07-09 17:19:45 +08:00
} ,
{
"name" : "Passwerk" ,
"url" : "https://github.com/rigelrozanski/passwerk" ,
"language" : "Go" ,
"author" : "Rigel Rozanski" ,
"description" : "Encrypted storage web-utility backed by Tendermint"
} ,
{
"name" : "py-tendermint" ,
"url" : "https://github.com/davebryson/py-tendermint" ,
"language" : "Python" ,
"author" : "Dave Bryson" ,
2018-08-27 15:33:46 +08:00
"description" : "A Python microframework for building blockchain applications with Tendermint"
2018-07-09 17:19:45 +08:00
} ,
{
"name" : "Stratumn SDK" ,
"url" : "https://github.com/stratumn/sdk" ,
"language" : "Go" ,
"author" : "Stratumn" ,
"description" : "SDK for Proof-of-Process networks"
} ,
{
"name" : "Lotion" ,
"url" : "https://github.com/keppel/lotion" ,
"language" : "Javascript" ,
"author" : "Judd Keppel" ,
2018-08-27 15:33:46 +08:00
"description" : "A Javascript microframework for building blockchain applications with Tendermint"
2018-07-09 17:19:45 +08:00
} ,
{
"name" : "Tendermint Blockchain Chat App" ,
"url" : "https://github.com/SaifRehman/tendermint-chat-app/" ,
"language" : "Javascript" ,
"author" : "Saif Rehman" ,
2018-08-27 15:33:46 +08:00
"description" : "This is a minimal chat application based on Tendermint using Lotion.js in 30 lines of code!. It also includes web/mobile application built using Ionic 3."
2018-07-09 17:19:45 +08:00
} ,
{
"name" : "BigchainDB" ,
"url" : "https://github.com/bigchaindb/bigchaindb" ,
"language" : "Python" ,
"author" : "BigchainDB GmbH and the BigchainDB community" ,
"description" : "Blockchain database"
} ,
{
"name" : "Mint" ,
"url" : "https://github.com/Hashnode/mint" ,
"language" : "Go" ,
"author" : "Hashnode" ,
"description" : "Build blockchain-powered social apps"
}
] ,
"abciServers" : [
{
2018-11-29 15:57:11 +04:00
"name" : "go-abci" ,
2018-09-05 18:43:21 -04:00
"url" : "https://github.com/tendermint/tendermint/tree/master/abci" ,
2018-07-09 17:19:45 +08:00
"language" : "Go" ,
"author" : "Tendermint"
} ,
{
"name" : "js-abci" ,
"url" : "https://github.com/tendermint/js-abci" ,
"language" : "Javascript" ,
"author" : "Tendermint"
} ,
2018-11-29 15:57:11 +04:00
{
"name" : "rust-tsp" ,
"url" : "https://github.com/tendermint/rust-tsp" ,
"language" : "Rust" ,
"author" : "Tendermint"
} ,
2018-07-09 17:19:45 +08:00
{
"name" : "cpp-tmsp" ,
"url" : "https://github.com/mdyring/cpp-tmsp" ,
"language" : "C++" ,
"author" : "Martin Dyring"
} ,
{
"name" : "jabci" ,
"url" : "https://github.com/jTendermint/jabci" ,
"language" : "Java" ,
"author" : "jTendermint"
} ,
{
"name" : "ocaml-tmsp" ,
"url" : "https://github.com/zballs/ocaml-tmsp" ,
"language" : "Ocaml" ,
"author" : "Zach Balder"
} ,
{
"name" : "abci_server" ,
"url" : "https://github.com/KrzysiekJ/abci_server" ,
"language" : "Erlang" ,
"author" : "Krzysztof Jurewicz"
} ,
{
"name" : "py-abci" ,
"url" : "https://github.com/davebryson/py-abci" ,
"language" : "Python" ,
"author" : "Dave Bryson"
} ,
2018-10-18 20:03:45 +04:00
{
2018-11-29 15:57:11 +04:00
"name" : "tm-abci (fork of py-abci with async IO)" ,
2018-10-18 20:03:45 +04:00
"url" : "https://github.com/SoftblocksCo/tm-abci" ,
"language" : "Python" ,
"author" : "Softblocks"
} ,
2018-07-09 17:19:45 +08:00
{
"name" : "Spearmint" ,
"url" : "https://github.com/dennismckinnon/spearmint" ,
"language" : "Javascript" ,
"author" : "Dennis McKinnon"
}
2018-12-07 10:41:19 -05:00
] ,
"aminoLibraries" : [
{
"name" : "JS-Amino" ,
"url" : "https://github.com/TanNgocDo/Js-Amino" ,
"language" : "Javascript" ,
"author" : "TanNgocDo"
}
2018-07-09 17:19:45 +08:00
]
}