Полный перевод документа "Exonomy & Exocracy - Vision & Scope" на русский язык:
- Введение
- Основные принципы
This document defines the functional specifications for Exonomy, a decentralized peer-to-peer platform enabling users ("Exonomists") to mint, manage, and exchange vouchers tied to real-world currencies. The platform leverages NextGraph as its core communication infrastructure, ensuring offline-first operations, selective data replication, and decentralized governance. Key components include:
In Ayurveda, the concepts of Vata, Pitta, and Kapha describe the fundamental energies that govern the body and mind, and their translations in English reflect their core characteristics. Translated into English, these terms represent:
Vata: Movement or Air/Ether – Represents motion, activity, and adaptability.
Pitta: Transformation or Fire/Water – Represents heat, metabolism, and purpose.
Kapha: Stability or Earth/Water – Represents structure, reliability, and cohesion.
These translations align with their metaphorical application to Exonomy metrics, emphasizing dynamics, strategy, and stability.
Exonomy/Exocracy Functional Specification
Version 0.1
Date: 2025-02-20
This document defines the decentralized architecture, workflows, and governance of Exonomy (voucher-based P2P exchange) and Exocracy (community-driven project management). It emphasizes trust, local economic resilience, and humanitarian impact through asset autonomy, selective replication, and unanimous governance.
What could I do to start building my P2P app with it? I am concerned mostly with persisting.my data.
My app facilitates users called Exonomists to create their own vouchers that represent the products and services they can offer their local market. Exonomists "mint" vouchers the way a central bank prints money in order to monetize the national economy, but in my case they voucherize the local economy and everyone knows each other so trust is abundant. Show me a transaction sequence in which a baker Exonomist creates vouchers for his bread and signature sandwiches and pays his car mechanic for an oil change. The mechanic Exonomist then uses the baker's vouchers to pay the hairdresser Exonomist for a haircut. The hairdresser Exonomist exchanges her own vouchers with her electrician Exonomist who turns them into payments for the baker's sandwiches to feed his employees lunch. Explain in code precisely what represents the subject-predicate-object form of data an
Here’s a comprehensive hierarchical outline of the Exonomy/Exocracy system, structured to ensure no component is omitted. Use this as a roadmap to drill into specific sections systematically:
Here’s a glossary of technical terms and concepts related to NextGraph’s architecture, data management, and implementation techniques:
Bloom Filter:
A probabilistic data structure used in decentralized indexes to efficiently check if a feed might contain specific data (e.g., vouchers in USD) without storing the full dataset. Reduces network overhead during searches.
Capability Token (UCAN):
A cryptographically signed token (User Controlled Authorization Network) granting granular permissions (e.g., read/write access to a voucher). Used to enforce selective replication and secure transactions.
We can follow this outline with detailed technical explanations, including what, why, and how, to begin exploring how to move forward...
Key Action 1: Set up local repositories for structured data (RDF/JSON-LD) and rich-text documents