File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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
3939const material = await loop .registerMaterial ({
@@ -114,7 +114,6 @@ the repository documentation.
114114
115115There are no public pilots or deployments at this time. We are actively seeking
116116collaboration partners and research contributors.
117- - ** Development** : 12 contributors, 4 implementations
118117
119118## ⚖️ License
120119
You can’t perform that action at this time.
0 commit comments