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.

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