commit beae4c4fb3169cfeff9e1edc55fab6ea248ea82c parent 7fd673f180f3be8f66087236646bce1311a0b79b Author: triesap <137732411+triesap@users.noreply.github.com> Date: Fri, 4 Apr 2025 13:20:38 +0000 Update README.md Diffstat:
| M | README.md | | | 58 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- |
1 file changed, 57 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1 +1,56 @@ -# app +<div align="center"> + +# tangle | rad roots + +_a farmer's market app built on Nostr_ + +<p align="center"><a href="https://opensource.org/license/gpl-3-0"><img src="https://img.shields.io/badge/license-GPLv3-blue.svg"></a></p> + +<img src="./docs/design/ios/setup.png" alt="Tangle iOS Setup" title="Tangle iOS Setup" width="240"/> + +</div> + +## Overview + +Tangle is a decentralized social networking application built on the Nostr protocol. We are building it for farmers around the world to market their products, and share their activities and knowledge. + +Built for adaptability to remote areas, Tangle is designed with offline-first principles and includes a local database and on-device geocoder. Upon network connection the application will synchronize local data to the Nostr network. + +## Supported Features + +- [x] Basic protocol flow description (NIP-01) +- [ ] Follow List (NIP-02) +- [ ] OpenTimestamps Attestations (NIP-03) +- [ ] Encrypted Direct Message (NIP-04) +- [ ] DNS Address (NIP-05) +- [ ] Mnemonic seed phrase (NIP-06) +- [ ] Event Deletion Request (NIP-09) +- [ ] Text Notes and Threads (NIP-10) +- [x] Relay Information Document (NIP-11) +- [ ] Private Direct Messages (NIP-17) +- [ ] Reposts (NIP-18) +- [ ] URI Scheme (NIP-21) +- [ ] Long-form Content (NIP-23) +- [ ] Reactions (NIP-25) +- [ ] User Status (NIP-38) +- [ ] Nostr Remote Signing (NIP-46) +- [ ] Nostr Wallet Connect (NIP-47) +- [ ] Lists (NIP-51) +- [ ] Live Activities & Live Chats (NIP-53) +- [ ] Lightning Zaps (NIP-57) +- [ ] Badges (NIP-58) +- [ ] Gift Wrap (NIP-59) +- [ ] Peer-to-peer Order events (NIP-69) +- [ ] Video Events (NIP-71) +- [ ] Moderated Communities (NIP-72) +- [ ] Polls (NIP-88) +- [ ] Recommended Application Handlers (NIP-89) +- [ ] Data Vending Machine (NIP-90) +- [ ] Media Attachments (NIP-92) +- [ ] HTTP File Storage Integration (NIP-96) +- [ ] HTTP Auth (NIP-98) +- [x] Classifieds (NIP-99) + +## License + +This code is released under a copyleft open-source license. We welcome all contributions. If you would like to provide feedback, suggest features, or contribute code, please refer to our [CONTRIBUTING.md](CONTRIBUTING.md) document. +\ No newline at end of file