Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add readme text #7

Merged
merged 5 commits into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# 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.
Loading