genesis-protocol 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
File without changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: genesis-protocol
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: ILC Genesis Agent bootstrap — identity ceremony and network initialization
|
|
5
|
+
License: AGPL-3.0-only
|
|
6
|
+
Project-URL: Homepage, https://pypi.org/project/ilc-core/
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
Requires-Dist: ilc-core>=0.1.0
|
|
10
|
+
|
|
11
|
+
# genesis-protocol
|
|
12
|
+
|
|
13
|
+
Genesis Agent bootstrap package for the Intelligent Labor Coin (ILC) protocol.
|
|
14
|
+
|
|
15
|
+
Handles identity ceremony and network initialization for ILC genesis agents.
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
pip install genesis-protocol
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Depends on `ilc-core`.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
genesis_protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
genesis_protocol-0.1.0.dist-info/METADATA,sha256=67nlanOAfFiwkia1Gj6IOb0NHzxxnhsjCCCMBcJ8QW0,566
|
|
3
|
+
genesis_protocol-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
genesis_protocol-0.1.0.dist-info/top_level.txt,sha256=Xtg4xSYB_DUftJ-kI5xvZ9S9CWh8Bn67NAbDtmGOMlc,17
|
|
5
|
+
genesis_protocol-0.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
genesis_protocol
|