-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/block-core/angor
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# angor | ||
# Angor | ||
|
||
Angor is a decentralized crowdfunding platform built on the Bitcoin network. | ||
Think of it as a trustless, risk-minimized ICO. | ||
|
||
With Angor, investors maintain complete control of their funds by locking coins into special timelock contracts until they need to be used. | ||
At any given point, investors can recover the funds that have not been released to the founders. | ||
|
||
For detailed documentation and specifications, please look here [Specification](https://gist.github.com/dangershony/7683ce7b380c57bf60875739824fd987). | ||
|
||
## License | ||
|
||
Please visit and review the [Custom License](/LICENSE) before contributing. | ||
|
||
## Features | ||
|
||
Angor is a browser based platform that can be installed as PWA, it can be downloaded directly form the repo or accessed via the web. | ||
|
||
Angor has no backend, it relays on Nostr and a blockchain explorer | ||
|
||
## Contributing | ||
|
||
We welcome contributions to the codebase. Please maintain the same code style as the existing code. |