{"id":23639066,"url":"https://github.com/gonative-cc/gonative","last_synced_at":"2025-04-10T02:41:53.979Z","repository":{"id":269312661,"uuid":"906999299","full_name":"gonative-cc/gonative","owner":"gonative-cc","description":"Main implementation of Native blockchain","archived":false,"fork":false,"pushed_at":"2025-03-17T22:55:57.000Z","size":817,"stargazers_count":4,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T04:12:02.683Z","etag":null,"topics":["bitcoin","blockchain","cosmos-sdk","golang","interchain"],"latest_commit_sha":null,"homepage":"https://gonative.cc","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gonative-cc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-22T14:33:34.000Z","updated_at":"2025-03-17T22:56:00.000Z","dependencies_parsed_at":"2024-12-22T17:20:10.909Z","dependency_job_id":"eef4d666-1a6a-4864-99b6-82b28bf0370b","html_url":"https://github.com/gonative-cc/gonative","commit_stats":null,"previous_names":["gonative-cc/gonative"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonative-cc%2Fgonative","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonative-cc%2Fgonative/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonative-cc%2Fgonative/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonative-cc%2Fgonative/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gonative-cc","download_url":"https://codeload.github.com/gonative-cc/gonative/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248144963,"owners_count":21055017,"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":["bitcoin","blockchain","cosmos-sdk","golang","interchain"],"created_at":"2024-12-28T08:11:50.396Z","updated_at":"2025-04-10T02:41:53.948Z","avatar_url":"https://github.com/gonative-cc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD041 --\u003e\n\u003c!-- markdownlint-disable MD013 --\u003e\n\n[![GoDoc](https://img.shields.io/badge/godoc-reference-blue?style=flat-square\u0026logo=go)](https://godoc.org/https://github.com/gonative-cc/gonative)\n[![Go Report Card](https://goreportcard.com/badge/github.com/gonative-cc/gonative?style=flat-square)](https://goreportcard.com/report/https://github.com/gonative-cc/gonative)\n[![Version](https://img.shields.io/github/tag/gonative-cc/gonative.svg?style=flat-square)](https://github.com/gonative-cc/gonative/releases/latest)\n[![License: Apache-2.0](https://img.shields.io/github/license/gonative-cc/gonative.svg?style=flat-square)](https://github.com/gonative-cc/gonative/blob/main/LICENSE)\n\n# Go Native\n\nA Go lang implementation of the Native - a secure and decentralized Interoperability and Application Platform for Bitcoin based on the Zero Trust Architecture.\n\nNative is transforming Bitcoin into a programmable, decentralized finance powerhouse without sacrificing its core values. Leveraging the groundbreaking Zero Trust Architecture, Native brings modular interoperability to Bitcoin, allowing dApps to securely tap into Bitcoin's vast liquidity and yield opportunities.\n\n- [Website](https://www.gonative.cc/)\n- [x.com/NativeNetwork](https://x.com/NativeNetwork)\n- [Discord](https://discord.com/invite/gonative)\n\n## Release Compatibility Matrix\n\n| Version | Testnet | Mainnet | Cosmos SDK | IBC  | libwasmvm |\n| :-----: | :-----: | :-----: | :--------: | :--: | :-------: |\n|  todo   |    ✓    |    ✗    |  v0.52.x   | TODO |     -     |\n\n## Contributing\n\nParticipating in open source is often a highly collaborative experience. We’re encouraged to create in public view, and we’re incentivized to welcome contributions of all kinds from people around the world.\n\nCheck out [contributing repo](https://github.com/gonative-cc/contributig) for our guidelines \u0026 policies for how to contribute. Note: we require DCO! Thank you to all those who have contributed!\n\nAfter cloning the repository, make sure to run `make setup-hooks`.\n\n### Security\n\nCheck out [SECURITY.md](./SECURITY.md) for security concerns.\n\n## Setup\n\n### Build\n\n```shell\nmake build\n```\n\n- [libwasmvm notes](https://github.com/gonative-cc/network-docs/blob/master/validator.md#libwasmvm)\n\n### Recommended Database Backend\n\nWe recommend to use:\n\n- pebbledb for CometBFT (config.yaml)\n- goleveldb for App (app.yaml). There is an ongoing issue with PebbleDB in the app. Once it will be solved we will recommend pebbledb for App as well.\n\nNote: RocksDB is not supported.\nMake sure you have it set in the config files:\n\n```bash\n# app.toml / base configuration options\napp-db-backend = \"goleveldb\"\n\n# config.toml / base configuration options\ndb_backend = \"pebbledb\"\n```\n\n## Validators\n\nPlease follow [network documentation](https://github.com/gonative-cc/network-docs) to configure and setup your validator node.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonative-cc%2Fgonative","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgonative-cc%2Fgonative","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonative-cc%2Fgonative/lists"}