Skip to content

Commit 9d7df05

Browse files
committed
docs(protocol): remove unverified adoption claims
1 parent 7255468 commit 9d7df05

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ LOOP Protocol enables cities to create federated circular economy networks while
2929
### For Developers
3030

3131
```javascript
32-
// Install the SDK
33-
npm install @local-loop/sdk
32+
// Proposed SDK interface (no public SDK published yet)
33+
// npm install @local-loop/sdk
3434

35-
// Connect to a node
36-
const loop = new LoopClient('https://munich.loop');
35+
// Example client usage (illustrative only)
36+
const loop = new LoopClient('https://example.loop');
3737

3838
// Register material
3939
const material = await loop.registerMaterial({
@@ -114,7 +114,6 @@ the repository documentation.
114114

115115
There are no public pilots or deployments at this time. We are actively seeking
116116
collaboration partners and research contributors.
117-
- **Development**: 12 contributors, 4 implementations
118117

119118
## ⚖️ License
120119

0 commit comments

Comments
 (0)