@@ -22,8 +22,8 @@ LOOP Protocol enables cities to create federated circular economy networks while
2222
2323### For Cities
2424``` bash
25- # Deploy a LOOP node in minutes
26- docker run -p 8080:8080 localloop/node:latest
25+ # Prototype-only example (no official images yet)
26+ # docker run -p 8080:8080 localloop/node:latest
2727```
2828
2929### For Developers
@@ -43,6 +43,13 @@ const material = await loop.registerMaterial({
4343});
4444```
4545
46+ #### Schema Validation
47+
48+ ``` bash
49+ npm install
50+ npm test
51+ ```
52+
4653## 📋 Specification
4754
4855Read the full LOOP Protocol Specification v0.1
@@ -57,21 +64,13 @@ Read the full LOOP Protocol Specification v0.1
5764
5865## 🏗️ Implementations
5966
60- | Language| Repository| Status|
61- | ---| ---| ---|
62- | JavaScript/Node.js| [ loop-node-js] ( https://github.com/local-loop-io/loop-node-js ) | Reference Implementation|
63- | Python| [ loop-node-py] ( https://github.com/local-loop-io/loop-node-py ) | In Development|
64- | Rust| [ loop-node-rust] ( https://github.com/local-loop-io/loop-node-rust ) | Planned|
67+ Implementations are exploratory and may not be publicly available yet. If you
68+ are building one, open an issue or RFC so we can link it here.
6569
6670## 🧪 Test Network
6771
68- Join our test network to experiment:
69-
70- - ` test-munich.loop ` - Munich test node
71- - ` test-berlin.loop ` - Berlin test node
72- - ` test-vienna.loop ` - Vienna test node
73-
74- Access the [ Network Explorer] ( https://explorer.local-loop.io )
72+ No public test network is available yet. This is an early, low‑TRL concept and the
73+ reference materials here are for specification and research only.
7574
7675## 🤝 Contributing
7776
@@ -86,10 +85,8 @@ We welcome contributions! See CONTRIBUTING.md for guidelines.
8685
8786## 📚 Resources
8887
89- - ** Documentation** : [ docs.local-loop.io] ( https://docs.local-loop.io )
90- - ** Forum** : [ forum.local-loop.io] ( https://forum.local-loop.io )
91- - ** Blog** : [ blog.local-loop.io] ( https://blog.local-loop.io )
92- - ** Twitter** : [ @localloop_io] ( https://twitter.com/localloop_io )
88+ Public resources are still being assembled. For now, use GitHub Discussions and
89+ the repository documentation.
9390
9491## 🎯 Roadmap
9592
@@ -100,14 +97,14 @@ We welcome contributions! See CONTRIBUTING.md for guidelines.
10097- ✅ Test network
10198- 🔄 First pilot cities
10299
103- ### v0.2 (Q3 2025 )
100+ ### v0.2 (Planned )
104101
105102- Smart contract integration
106103- Advanced routing algorithms
107104- Mobile SDKs
108105- Production deployments
109106
110- ### v1.0 (Q1 2026 )
107+ ### v1.0 (Planned )
111108
112109- Stable protocol
113110- 100+ cities connected
@@ -116,8 +113,8 @@ We welcome contributions! See CONTRIBUTING.md for guidelines.
116113
117114## 📊 Adoption
118115
119- - ** Test Network ** : 3 nodes, 1,247 materials tracked
120- - ** Pilot Cities ** : Munich, Freiburg (starting June 2025)
116+ There are no public pilots or deployments at this time. We are actively seeking
117+ collaboration partners and research contributors.
121118- ** Development** : 12 contributors, 4 implementations
122119
123120## ⚖️ License
0 commit comments