app

Local-first trade for farms and co-ops
git clone https://radroots.dev/git/app.git
Log | Files | Refs | README | LICENSE

README.md (2091B)


      1 <div align="center">
      2 
      3 # rad roots | app
      4 
      5 _collaborative agriculture network_
      6 
      7 <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>
      8 
      9 <img src="./docs/design/ios/setup.png" alt="iOS Setup" title="iOS Setup" width="240"/>
     10 
     11 </div>
     12 
     13 
     14 ## Overview
     15 
     16 Rad Roots is a collaborative agriculture network built on the Nostr protocol. We are building it for farmers around the world to market their products, and share their activities and knowledge.
     17 
     18 Built for adaptability to remote areas, the app 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.
     19 
     20 ## Supported Features
     21 
     22 - [x] Basic protocol flow description (NIP-01)
     23 - [ ] Follow List (NIP-02)
     24 - [ ] OpenTimestamps Attestations (NIP-03)
     25 - [ ] Encrypted Direct Message (NIP-04)
     26 - [ ] DNS Address (NIP-05)
     27 - [ ] Mnemonic seed phrase (NIP-06)
     28 - [ ] Event Deletion Request (NIP-09)
     29 - [ ] Text Notes and Threads (NIP-10)
     30 - [x] Relay Information Document (NIP-11)
     31 - [ ] Private Direct Messages (NIP-17)
     32 - [ ] Reposts (NIP-18)
     33 - [ ] URI Scheme (NIP-21)
     34 - [ ] Long-form Content (NIP-23)
     35 - [ ] Reactions (NIP-25)
     36 - [ ] User Status (NIP-38)
     37 - [ ] Nostr Remote Signing (NIP-46)
     38 - [ ] Nostr Wallet Connect (NIP-47)
     39 - [ ] Lists (NIP-51)
     40 - [ ] Live Activities & Live Chats (NIP-53)
     41 - [ ] Lightning Zaps (NIP-57)
     42 - [ ] Badges (NIP-58)
     43 - [ ] Gift Wrap (NIP-59)
     44 - [ ] Peer-to-peer Order events (NIP-69)
     45 - [ ] Video Events (NIP-71)
     46 - [ ] Moderated Communities (NIP-72)
     47 - [ ] Polls (NIP-88)
     48 - [ ] Recommended Application Handlers (NIP-89)
     49 - [ ] Data Vending Machine (NIP-90)
     50 - [ ] Media Attachments (NIP-92)
     51 - [ ] HTTP File Storage Integration (NIP-96)
     52 - [ ] HTTP Auth (NIP-98)
     53 - [x] Classifieds (NIP-99)
     54 
     55 ## License
     56 
     57 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.