File tree Expand file tree Collapse file tree 4 files changed +64
-0
lines changed
Expand file tree Collapse file tree 4 files changed +64
-0
lines changed Original file line number Diff line number Diff line change @@ -129,3 +129,19 @@ MIT License - see LICENSE for details
129129---
130130
131131_ Building the material internet, one city at a time_ 🏙️
132+
133+ ## How to Cite
134+
135+ If you reference this repository, please cite:
136+ Alphin Tom. "LOOP Protocol Specification and Schemas." LocalLoop, GitHub repository, 2025-2026. https://github.com/local-loop-io/loop-protocol
137+
138+ ``` bibtex
139+ @misc{localloop_protocol_2025,
140+ author = {Alphin Tom},
141+ title = {LOOP Protocol Specification and Schemas},
142+ year = {2025},
143+ howpublished = {GitHub repository},
144+ url = {https://github.com/local-loop-io/loop-protocol},
145+ note = {Accessed 2025-12-19}
146+ }
147+ ```
Original file line number Diff line number Diff line change @@ -11,3 +11,19 @@ This directory contains JSON examples that validate against the schemas in `sche
1111
1212## Validation
1313Run ` npm test ` from the repository root to validate all examples.
14+
15+ ## How to Cite
16+
17+ If you reference this repository, please cite:
18+ Alphin Tom. "LOOP Protocol Examples." LocalLoop, GitHub repository, 2025-2026. https://github.com/local-loop-io/loop-protocol
19+
20+ ``` bibtex
21+ @misc{localloop_protocol_examples_2025,
22+ author = {Alphin Tom},
23+ title = {LOOP Protocol Examples},
24+ year = {2025},
25+ howpublished = {GitHub repository},
26+ url = {https://github.com/local-loop-io/loop-protocol},
27+ note = {Accessed 2025-12-19}
28+ }
29+ ```
Original file line number Diff line number Diff line change @@ -17,3 +17,19 @@ RFCs capture proposed protocol changes. Use the template in `rfcs/0000-template.
1717- Backwards compatibility analysis
1818- Security and privacy considerations
1919- Open questions noted
20+
21+ ## How to Cite
22+
23+ If you reference this repository, please cite:
24+ Alphin Tom. "LOOP Protocol RFCs." LocalLoop, GitHub repository, 2025-2026. https://github.com/local-loop-io/loop-protocol
25+
26+ ``` bibtex
27+ @misc{localloop_protocol_rfcs_2025,
28+ author = {Alphin Tom},
29+ title = {LOOP Protocol RFCs},
30+ year = {2025},
31+ howpublished = {GitHub repository},
32+ url = {https://github.com/local-loop-io/loop-protocol},
33+ note = {Accessed 2025-12-19}
34+ }
35+ ```
Original file line number Diff line number Diff line change @@ -17,3 +17,19 @@ npm test
1717```
1818
1919This validates all JSON files in ` examples/ ` against the schemas.
20+
21+ ## How to Cite
22+
23+ If you reference this repository, please cite:
24+ Alphin Tom. "LOOP Protocol Schemas." LocalLoop, GitHub repository, 2025-2026. https://github.com/local-loop-io/loop-protocol
25+
26+ ``` bibtex
27+ @misc{localloop_protocol_schemas_2025,
28+ author = {Alphin Tom},
29+ title = {LOOP Protocol Schemas},
30+ year = {2025},
31+ howpublished = {GitHub repository},
32+ url = {https://github.com/local-loop-io/loop-protocol},
33+ note = {Accessed 2025-12-19}
34+ }
35+ ```
You can’t perform that action at this time.
0 commit comments