{"id":13414420,"url":"https://github.com/tendermint/js-abci","last_synced_at":"2025-04-09T22:12:06.967Z","repository":{"id":4118160,"uuid":"50684832","full_name":"tendermint/js-abci","owner":"tendermint","description":"Javascript ABCI libraries","archived":false,"fork":false,"pushed_at":"2023-11-03T13:42:04.000Z","size":690,"stargazers_count":88,"open_issues_count":22,"forks_count":42,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-09T22:12:02.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tendermint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-01-29T19:10:46.000Z","updated_at":"2024-11-21T23:12:57.000Z","dependencies_parsed_at":"2024-01-13T17:12:26.646Z","dependency_job_id":"b5cadc4d-540f-44d3-a7e7-52783a622325","html_url":"https://github.com/tendermint/js-abci","commit_stats":{"total_commits":75,"total_committers":9,"mean_commits":8.333333333333334,"dds":0.2533333333333333,"last_synced_commit":"7fbe69092c815b6b2040ff2b302c428c0bd38cf9"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendermint%2Fjs-abci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendermint%2Fjs-abci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendermint%2Fjs-abci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendermint%2Fjs-abci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tendermint","download_url":"https://codeload.github.com/tendermint/js-abci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119294,"owners_count":21050755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T21:00:20.915Z","updated_at":"2025-04-09T22:12:06.944Z","avatar_url":"https://github.com/tendermint.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Language bundles"],"sub_categories":["Javascript bundle"],"readme":"# js-abci\n\nABCI server for Node.js. Supports Tendermint version 0.33+.\n\n## Usage\n\n`npm install abci`\n\nRequires Node.js v10.9+\n\n```js\nlet createServer = require('abci')\n\nlet server = createServer({\n  info (request) {\n    console.log('got info request', request)\n    return { ... }\n  }\n\n  // implement any ABCI method handlers here\n})\nserver.listen(26658)\n```\n\n### `let server = createServer(app)`\n\nReturns a [`net.Server`](https://nodejs.org/api/net.html#net_class_net_server) that accepts ABCI connections from a Tendermint node.\n\n`app` should be an object with ABCI method handler functions. Each handler receives one `request` argument, and can return the response value or a `Promise` which resolves to the response value. `cb` responds to the ABCI request with either the error or `response` value.\n\nSupported ABCI methods are:\n\n```\necho\nflush\ninfo\nsetOption\ninitChain\nquery\nbeginBlock\ncheckTx\ndeliverTx\nendBlock\ncommit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftendermint%2Fjs-abci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftendermint%2Fjs-abci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftendermint%2Fjs-abci/lists"}