{"id":13563112,"url":"https://github.com/dymensionxyz/dymint","last_synced_at":"2026-03-06T11:01:20.453Z","repository":{"id":59979607,"uuid":"512382568","full_name":"dymensionxyz/dymint","owner":"dymensionxyz","description":"Sequencing Engine for Dymension RollApps","archived":false,"fork":false,"pushed_at":"2026-03-03T11:05:54.000Z","size":40922,"stargazers_count":101,"open_issues_count":89,"forks_count":96,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-03-03T14:19:36.577Z","etag":null,"topics":["blockchain","go","networking","rollapps","sequencer"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dymensionxyz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-10T08:25:14.000Z","updated_at":"2026-03-03T11:05:36.000Z","dependencies_parsed_at":"2026-01-08T15:07:55.680Z","dependency_job_id":null,"html_url":"https://github.com/dymensionxyz/dymint","commit_stats":{"total_commits":593,"total_committers":36,"mean_commits":16.47222222222222,"dds":0.7487352445193929,"last_synced_commit":"d9dec3e96bd058732186d80bcc3d01f489f71634"},"previous_names":[],"tags_count":92,"template":false,"template_full_name":null,"purl":"pkg:github/dymensionxyz/dymint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dymensionxyz%2Fdymint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dymensionxyz%2Fdymint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dymensionxyz%2Fdymint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dymensionxyz%2Fdymint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dymensionxyz","download_url":"https://codeload.github.com/dymensionxyz/dymint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dymensionxyz%2Fdymint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30173341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["blockchain","go","networking","rollapps","sequencer"],"created_at":"2024-08-01T13:01:15.287Z","updated_at":"2026-03-06T11:01:20.427Z","avatar_url":"https://github.com/dymensionxyz.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Dymint\n\n\u003cimg src=\"docs/dymint.png\" alt=\"banner\" width=\"830\"/\u003e\n\nABCI-client implementation for Dymension's autonomous RollApp forked from [celestiaorg/optimint](https://github.com/celestiaorg/optimint).\n\nTo learn more about Dymension's autonomous RollApps and dymint read the [docs](https://docs.dymension.xyz/learn/rollapps).\n\n![license](https://img.shields.io/github/license/dymensionxyz/dymint)\n![Go](https://img.shields.io/badge/go-1.18-blue.svg)\n![issues](https://img.shields.io/github/issues/dymensionxyz/dymint)\n![tests](https://github.com/dymensionxyz/dymint/actions/workflows/test.yml/badge.svg?branch=main)\n![lint](https://github.com/dymensionxyz/dymint/actions/workflows/lint.yml/badge.svg?branch=main)\n\n## Installation\n\n### From Binary\n\nTo download pre-built binaries, see the [releases page](https://github.com/dymensionxyz/dymint/releases).\n\n## From Source\n\nYou'll need `go` 1.18 [installed](https://golang.org/doc/install) and the required\nenvironment variables set, which can be done with the following commands:\n\n```sh\necho export GOPATH=\\\"\\$HOME/go\\\" \u003e\u003e ~/.bash_profile\necho export PATH=\\\"\\$PATH:\\$GOPATH/bin\\\" \u003e\u003e ~/.bash_profile\n```\n\n### Get Source Code\n\n```sh\ngit clone https://github.com/dymensionxyz/dymint.git\ncd dymint\n```\n\n### Compile\n\nto put the binary in `$GOPATH/bin`:\n\n```sh\nmake install\n```\n\nor to put the binary in `./build`:\n\n```sh\nmake build\n```\n\nThe latest Dymint is now installed. You can verify the installation by\nrunning:\n\n```sh\ndymint\n```\n\n## Run\n\nTo run a sequencer with a simple in-process (kvstore) application:\n\n```sh\ndymint init\ndymint start --proxy_app=kvstore\n```\n\n## Reinstall\n\nIf you already have Dymint installed, and you make updates, simply\n\n```sh\nmake install\n```\n\nTo upgrade, run\n\n```sh\ngit pull origin main\nmake install\n```\n\n## Regenerate protobuf\n\n```sh\nmake proto-gen\n```\n\n## Run tests\n\n```sh\nmake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdymensionxyz%2Fdymint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdymensionxyz%2Fdymint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdymensionxyz%2Fdymint/lists"}