You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

203 lines
6.3 KiB

  1. {
  2. "abciApps": [
  3. {
  4. "name": "Cosmos SDK",
  5. "url": "https://github.com/cosmos/cosmos-sdk",
  6. "language": "Go",
  7. "author": "Cosmos",
  8. "description": "A prototypical account based crypto currency state machine supporting plugins"
  9. },
  10. {
  11. "name": "cb-ledger",
  12. "url": "https://github.com/block-finance/cpp-abci",
  13. "language": "C++",
  14. "author": "Block Finance",
  15. "description": "Custodian Bank Ledger, integrating central banking with the blockchains of tomorrow"
  16. },
  17. {
  18. "name": "Clearchain",
  19. "url": "https://github.com/tendermint/clearchain",
  20. "language": "Go",
  21. "author": "FXCLR",
  22. "description": "Application to manage a distributed ledger for money transfers that support multi-currency accounts"
  23. },
  24. {
  25. "name": "Ethermint",
  26. "url": "https://github.com/tendermint/ethermint",
  27. "language": "Go",
  28. "author": "Tendermint",
  29. "description": "The go-ethereum state machine run as an ABCI app"
  30. },
  31. {
  32. "name": "Merkle AVL Tree",
  33. "url": "https://github.com/tendermint/merkleeyes",
  34. "language": "Go",
  35. "author": "Tendermint",
  36. "description": "Tendermint IAVL tree implemented as an ABCI app"
  37. },
  38. {
  39. "name": "Burrow",
  40. "url": "https://github.com/hyperledger/burrow",
  41. "language": "Go",
  42. "author": "Monax Industries",
  43. "description": "Ethereum Virtual Machine augmented with native permissioning scheme and global key-value store"
  44. },
  45. {
  46. "name": "Merkle AVL Tree",
  47. "url": "https://github.com/jTMSP/MerkleTree",
  48. "language": "Java",
  49. "author": "jTMSP",
  50. "description": "Tendermint IAVL tree implemented as an ABCI app"
  51. },
  52. {
  53. "name": "TMChat",
  54. "url": "https://github.com/wolfposd/TMChat",
  55. "language": "Java",
  56. "author": "jTMSP",
  57. "description": "P2P chat using Tendermint"
  58. },
  59. {
  60. "name": "Comit",
  61. "url": "https://github.com/zballs/comit",
  62. "language": "Go",
  63. "author": "Zach Balder",
  64. "description": "Public service reporting and tracking"
  65. },
  66. {
  67. "name": "Passchain",
  68. "url": "https://github.com/trusch/passchain",
  69. "language": "Go",
  70. "author": "trusch",
  71. "description": "Tool to securely store and share passwords, tokens and other short secrets"
  72. },
  73. {
  74. "name": "Passwerk",
  75. "url": "https://github.com/rigelrozanski/passwerk",
  76. "language": "Go",
  77. "author": "Rigel Rozanski",
  78. "description": "Encrypted storage web-utility backed by Tendermint"
  79. },
  80. {
  81. "name": "py-tendermint",
  82. "url": "https://github.com/davebryson/py-tendermint",
  83. "language": "Python",
  84. "author": "Dave Bryson",
  85. "description": "A Python microframework for building blockchain applications with Tendermint"
  86. },
  87. {
  88. "name": "Stratumn SDK",
  89. "url": "https://github.com/stratumn/sdk",
  90. "language": "Go",
  91. "author": "Stratumn",
  92. "description": "SDK for Proof-of-Process networks"
  93. },
  94. {
  95. "name": "Lotion",
  96. "url": "https://github.com/keppel/lotion",
  97. "language": "Javascript",
  98. "author": "Judd Keppel",
  99. "description": "A Javascript microframework for building blockchain applications with Tendermint"
  100. },
  101. {
  102. "name": "Tendermint Blockchain Chat App",
  103. "url": "https://github.com/SaifRehman/tendermint-chat-app/",
  104. "language": "Javascript",
  105. "author": "Saif Rehman",
  106. "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."
  107. },
  108. {
  109. "name": "BigchainDB",
  110. "url": "https://github.com/bigchaindb/bigchaindb",
  111. "language": "Python",
  112. "author": "BigchainDB GmbH and the BigchainDB community",
  113. "description": "Blockchain database"
  114. },
  115. {
  116. "name": "Mint",
  117. "url": "https://github.com/Hashnode/mint",
  118. "language": "Go",
  119. "author": "Hashnode",
  120. "description": "Build blockchain-powered social apps"
  121. }
  122. ],
  123. "abciServers": [
  124. {
  125. "name": "abci",
  126. "url": "https://github.com/tendermint/abci",
  127. "language": "Go",
  128. "author": "Tendermint"
  129. },
  130. {
  131. "name": "js-abci",
  132. "url": "https://github.com/tendermint/js-abci",
  133. "language": "Javascript",
  134. "author": "Tendermint"
  135. },
  136. {
  137. "name": "cpp-tmsp",
  138. "url": "https://github.com/mdyring/cpp-tmsp",
  139. "language": "C++",
  140. "author": "Martin Dyring"
  141. },
  142. {
  143. "name": "jabci",
  144. "url": "https://github.com/jTendermint/jabci",
  145. "language": "Java",
  146. "author": "jTendermint"
  147. },
  148. {
  149. "name": "ocaml-tmsp",
  150. "url": "https://github.com/zballs/ocaml-tmsp",
  151. "language": "Ocaml",
  152. "author": "Zach Balder"
  153. },
  154. {
  155. "name": "abci_server",
  156. "url": "https://github.com/KrzysiekJ/abci_server",
  157. "language": "Erlang",
  158. "author": "Krzysztof Jurewicz"
  159. },
  160. {
  161. "name": "py-abci",
  162. "url": "https://github.com/davebryson/py-abci",
  163. "language": "Python",
  164. "author": "Dave Bryson"
  165. },
  166. {
  167. "name": "Spearmint",
  168. "url": "https://github.com/dennismckinnon/spearmint",
  169. "language": "Javascript",
  170. "author": "Dennis McKinnon"
  171. }
  172. ],
  173. "deploymentTools": [
  174. {
  175. "name": "mintnet-kubernetes",
  176. "url": "https://github.com/tendermint/tools",
  177. "technology": "Docker and Kubernetes",
  178. "author": "Tendermint",
  179. "description": "Deploy a Tendermint test network using Google's kubernetes"
  180. },
  181. {
  182. "name": "terraforce",
  183. "url": "https://github.com/tendermint/tools",
  184. "technology": "Terraform",
  185. "author": "Tendermint",
  186. "description": "Terraform + our custom terraforce tool; deploy a production Tendermint network with load balancing over multiple AWS availability zones"
  187. },
  188. {
  189. "name": "ansible-tendermint",
  190. "url": "https://github.com/tendermint/tools",
  191. "technology": "Ansible",
  192. "author": "Tendermint",
  193. "description": "Ansible playbooks + Tendermint"
  194. },
  195. {
  196. "name": "brooklyn-tendermint",
  197. "url": "https://github.com/cloudsoft/brooklyn-tendermint",
  198. "technology": "Clocker for Apache Brooklyn ",
  199. "author": "Cloudsoft",
  200. "description": "Deploy a tendermint test network in docker containers "
  201. }
  202. ]
  203. }