{"id":19571594,"url":"https://github.com/block-core/angor","last_synced_at":"2026-04-25T02:06:09.709Z","repository":{"id":206036343,"uuid":"639015226","full_name":"block-core/angor","owner":"block-core","description":"A decentralized P2P Funding Protocol built on Bitcoin and Nostr","archived":false,"fork":false,"pushed_at":"2026-03-25T21:31:07.000Z","size":286520,"stargazers_count":47,"open_issues_count":9,"forks_count":44,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-03-26T20:28:57.395Z","etag":null,"topics":["bitcoin","crowdfunding"],"latest_commit_sha":null,"homepage":"http://test.angor.io/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/block-core.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":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2023-05-10T15:18:29.000Z","updated_at":"2026-03-25T21:31:11.000Z","dependencies_parsed_at":"2024-02-27T11:08:56.763Z","dependency_job_id":"9b15c2eb-fb95-4411-96e9-00c10c93629f","html_url":"https://github.com/block-core/angor","commit_stats":{"total_commits":108,"total_committers":6,"mean_commits":18.0,"dds":0.2129629629629629,"last_synced_commit":"001ed7a67ce47bba6d6e738d32e78a3bc2f973aa"},"previous_names":["block-core/angor"],"tags_count":105,"template":false,"template_full_name":null,"purl":"pkg:github/block-core/angor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fangor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fangor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fangor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fangor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/block-core","download_url":"https://codeload.github.com/block-core/angor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fangor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["bitcoin","crowdfunding"],"created_at":"2024-11-11T06:19:24.070Z","updated_at":"2026-04-01T19:46:27.670Z","avatar_url":"https://github.com/block-core.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/fe8c48ab-3479-4312-8e09-7dedce6850f5\" height=\"100\" alt=\"Angor\" /\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n    P2P Funding Protocol\n\u003c/h3\u003e\n\n\u003cbr\u003e\n\n## What is Angor?\n\nAngor is a Bitcoin funding protocol with two unique features:\n\n1. Angor is **fully decentralized**, meaning there is no middleman involved in the investment process. Angor has no backend – the platform leverages the **Bitcoin network** for transaction processing, while **Nostr** is being used for decentralized storage of projects' metadata and direct communication with founders. Angor uses Bitcoin's Taproot upgrade for improved efficiency and privacy.\n\n2. Bitcoin is released to the founders in **predetermined stages** via so-called time-lock contracts, allowing investors to **recover unspent funds at any time**. This framework provides investors with greater control, mitigates financial risk, and incentivizes founders to showcase tangible progress between stages.\n\nFor more details:\n* Specifications: [bcip-0005](https://github.com/block-core/bcips/blob/main/bcip-0005.md)\n* FAQ: [https://angor.io/faq](https://angor.io/#FAQ)\n  \n## How to Use Angor?\n\nAngor is available on web, desktop, mobile, and Android. The web app can be installed as a PWA (Progressive Web App) to provide an app-like experience on supported devices.\n\nYou can access Angor online at [https://angor.io/](https://angor.io/), or download the app directly from the [Releases](https://github.com/block-core/angor/releases) page.\n\n### Downloads\n\n| Platform | Download |\n|----------|----------|\n| Windows | `.exe` installer (x64, arm64) |\n| Linux | `.deb` package, `.AppImage` (x64, arm64) |\n| macOS | `.dmg` disk image (x64, arm64) |\n| Android | `.apk` (unsigned, sideload) |\n\n## Releasing\n\nTo create a new release:\n\n1. **Tag a version**: Push a tag starting with `v` (e.g., `v1.0.0`)\n   ```bash\n   git tag v1.0.0\n   git push origin v1.0.0\n   ```\n\n2. **Automatic build**: The `release-avalonia.yml` workflow will:\n   - Run tests\n   - Build installers for all platforms (Windows, Linux, macOS, Android)\n   - Create a GitHub Release with all artifacts\n\n3. **Manual trigger**: You can also trigger a release manually from the Actions tab using `workflow_dispatch`\n\n### Version Format\n- Release: `v1.0.0` → Creates a full release\n- Pre-release: `v1.0.0-beta` or `v1.0.0-rc1` → Creates a pre-release\n\n## Contributing\n\nCheck out [this page](/CONTRIBUTING.MD)\n\n## Contact\n* Discord: [https://www.blockcore.net/discord](https://www.blockcore.net/discord)\n* Telegram: [https://t.me/angor_io](https://t.me/angor_io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-core%2Fangor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblock-core%2Fangor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-core%2Fangor/lists"}