{"id":20245063,"url":"https://github.com/interlay/interbtc-ui","last_synced_at":"2025-10-23T08:01:42.809Z","repository":{"id":37082190,"uuid":"373885350","full_name":"interlay/interbtc-ui","owner":"interlay","description":"Kintsugi and Interlay App - BTC DeFi","archived":false,"fork":false,"pushed_at":"2025-05-02T13:11:18.000Z","size":27264,"stargazers_count":32,"open_issues_count":84,"forks_count":30,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-20T11:07:42.318Z","etag":null,"topics":["bitcoin","blockchain","defi","kusama","polkadot","react","typescript"],"latest_commit_sha":null,"homepage":"https://app.interlay.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interlay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2021-06-04T15:29:53.000Z","updated_at":"2025-05-02T13:08:55.000Z","dependencies_parsed_at":"2024-01-17T10:04:39.554Z","dependency_job_id":"dd27861f-7995-4a8f-a652-6bfa5ac9ac4f","html_url":"https://github.com/interlay/interbtc-ui","commit_stats":null,"previous_names":[],"tags_count":137,"template":false,"template_full_name":null,"purl":"pkg:github/interlay/interbtc-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interlay%2Finterbtc-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interlay%2Finterbtc-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interlay%2Finterbtc-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interlay%2Finterbtc-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interlay","download_url":"https://codeload.github.com/interlay/interbtc-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interlay%2Finterbtc-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273077227,"owners_count":25041358,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bitcoin","blockchain","defi","kusama","polkadot","react","typescript"],"created_at":"2024-11-14T09:18:48.187Z","updated_at":"2025-10-23T08:01:37.751Z","avatar_url":"https://github.com/interlay.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# interBTC\n\n\u003cdiv align=\"center\"\u003e\n\t\u003cp\u003e\n\t\t\u003ch3 align=\"center\"\u003einterBTC: Use your Bitcoin. Anywhere.\u003c/h3\u003e\n\t\u003c/p\u003e\n\u003c/div\u003e\n\n## About\n\nThe Interlay UI connects the Polkadot and Kusama ecosystem with Bitcoin. It allows the creation of interBTC and kBTC, a fungible token that represents Bitcoin in the Polkadot and Kusama ecosystem. interBTC and kBTC are backed by Bitcoin 1:1 and allow redeeming of the equivalent amount of Bitcoins by relying on a collateralized third-party called Vaults.\nIn comparison to other bridge constructions (like tBTC, wBTC, or RenVM) _anyone_ can become an intermediary by depositing collateral making interBTC and kBTC the only truly open system.\n\nThe bridge itself follows the detailed specification: \u003ca href=\"https://spec.interlay.io\" target=\"_blank\"\u003e\u003cstrong\u003eExplore the specification »\u003c/strong\u003e\u003c/a\u003e\n\nIt is implemented as a collection of open-source Substrate modules using Rust: \u003ca href=\"https://gitlab.com/interlay/interbtc\" target=\"_blank\"\u003e\u003cstrong\u003eExplore the implementation »\u003c/strong\u003e\u003c/a\u003e\n\n### Built with\n\n- [React](https://github.com/facebook/react)\n- [TypeScript](https://github.com/Microsoft/TypeScript)\n- [polkadot-js](https://polkadot.js.org/)\n- [yarn](https://github.com/yarnpkg/yarn)\n\n### Interlay\n\nYou can visit the Interlay application at [app.interlay.io](https://app.interlay.io).\n\n### Kintsugi\n\nYou can visit the Kintsugi application at [kintsugi.interlay.io](https://kintsugi.interlay.io).\n\n### Testnets\n\nYou can visit [testnet.interlay.io](https://testnet.interlay.io/) or [kintnet.interlay.io](https://kintnet.interlay.io/) for the latest testnets.\n\n## Local development\n\nYou can run the both the Kintsugi and Interlay UIs locally on both testnet and mainnet.\n\nClone this repository and enter into the root folder.\n\n```bash\ngit@gitlab.com:interlay/interbtc-ui.git\ncd interbtc-ui\nyarn install\n```\n\nCreate an `.env.development.local` file in the root of the project and populate it with the relevant environment variables. These are defined in [.env.dev](https://github.com/interlay/interbtc-ui/blob/master/.env.dev)\n\nStart the UI:\n\n```bash\nyarn start\n```\n\n### Test\n\nTest the project.\n\n```bash\nyarn test\n```\n\n### Design System\n\nRun or build Storybook.\n\n```bash\nyarn storybook # locally run\nyarn build-storybook # build\n```\n\n## Contributing\n\nSee our [contribution guidelines](https://github.com/interlay/interbtc-ui/blob/master/CONTRIBUTING.md)\n\n## Help\n\nIf you are searching for a place to start or would like to discuss features, reach out to us:\n\n- [Discord](https://discord.gg/interlay)\n\n## License\n\n(C) Copyright 2023 [Interlay](https://www.interlay.io) Ltd\n\ninterbtc-ui is licensed under the terms of the Apache License (Version 2.0). See [LICENSE](LICENSE).\n\n## Contact\n\nWebsite: [Interlay.io](https://www.interlay.io)\n\nTwitter: [@interlayHQ](https://twitter.com/InterlayHQ)\n\nEmail: contact@interlay.io\n\n## Acknowledgements\n\nWe would like to thank the following teams for their continuous support:\n\n- [Web3 Foundation](https://web3.foundation/)\n- [Parity Technologies](https://www.parity.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterlay%2Finterbtc-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterlay%2Finterbtc-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterlay%2Finterbtc-ui/lists"}