Reading a value tells you what is there. me.explain(path) lets you explore how it is defined.
me.order.subtotal(100);
me.order.tax(16);
me.order["="]("total", "subtotal + tax");
me.explain("order.total");
Here, order.total is derived from subtotal + tax. Its explanation describes that relationship and the paths it depends on.
The same idea can power a terminal command or a GUI Inspector: select a node, ask for its explanation, and explore the structure behind it.
path _identifies what you want to understand. _explain makes its derivation inspectable.
neurons-me
/
.me
Here we're codependently creating .me while it concurrently creates us.
.me
Own your knowledge.
0dec8214β¦a292d7
keccak-256
|
Hello, I am .me
A Cryptographic Identity
β¬ Docsβ Watch the hash: neurons-me.github.io/.me |
Getting Started
Install .me. Open your terminal and run:
git clone https://github.com/neurons-me/.me.git
cd .me
Choose
π· Typescript
cd Typescript
npm install
npm run build
π¦ Rust β crates.io Β· docs.rs
π Python β Not Available Yet.
Demos
βπ€ β π€β Robots That Understand Context β Same object, different meaning.
node tests/Demos/Robots_Contexts.ts
β΄ ποΈ β π‘ β¬ Smart City β A city reacting as one connected graph.
node tests/Demos/Smart_City.ts
π βπ€ β π₯ β¬ β΄ π Social Graph β Identity, trust, and relationships.
node tests/Demos/Social_Graph.ts
πͺ β π¦ β π CoffeeShops β Inventory and operations as a graph.
node tests/Demos/ShopsExample.ts
π³ β π₯ β¬ βοΈ β΄ Splitting your Bill β Shared expenses with automatic settlement.
node tests/Demos/WalletSplit.ts
Top comments (0)