popchain commited on
Commit
3a67a02
·
verified ·
1 Parent(s): c85a255

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -26
README.md CHANGED
@@ -9,6 +9,8 @@ tags:
9
  - predictive-maintenance
10
  - popchain
11
  - blockchain-verified
 
 
12
  license: other
13
  license_name: proof-of-process-data-license-v1
14
  size_categories:
@@ -22,41 +24,43 @@ task_categories:
22
 
23
  Real industrial machine data with **cryptographic provenance** on PopChain L1.
24
 
25
- Every record is:
26
- - **SHA-256 hashed** and submitted on-chain
27
- - **WOTS+ signed** (post-quantum)
28
- - **Scored** by Proof-of-Process (entropy, compression, MAD)
29
- - **Classified** by sector (laser, CNC, welding, electronics)
30
 
31
- ## Demo Dataset
 
 
 
32
 
33
- This dataset contains **100 demo records** from 2 proof submissions.
34
 
35
- Full datasets available at [bomwt.io/market](https://bomwt.io/market) — requires Bwalletx wallet to purchase.
36
 
37
- ## Proof Submissions
 
 
 
 
38
 
39
- | Product ID | Sector | Grade | Score | Rows |
40
- |-----------|--------|-------|-------|------|
41
- | c1fe88b22e5ca19e | sqlite | B | 711 | 700 |
42
- | 5515aa8e97427665 | tsv | A | 898 | 0 |
43
 
44
- ## How It Works
 
 
 
45
 
46
- 1. Industrial operator uploads machine data via **Bwalletx** wallet
47
- 2. Data is hashed (SHA-256) and scored (Proof-of-Process)
48
- 3. Proof is submitted **on-chain** to PopChain L1
49
- 4. ML-ready exports generated (JSONL, CSV, Parquet)
50
- 5. 100-line demo pushed to HuggingFace (this dataset)
51
- 6. Full data available on [bomwt.io/market](https://bomwt.io/market)
52
 
53
- ## Chain Verification
 
 
 
 
 
54
 
55
- - **Explorer:** [popchain.tech/explorer.html](https://popchain.tech/explorer.html)
56
  - **Wallet:** [bomwt.io/bwalletx/app](https://bomwt.io/bwalletx/app/)
 
57
  - **GitHub:** [github.com/popchainnetwork](https://github.com/popchainnetwork)
 
58
 
59
- ## License
60
-
61
- Data licensed under **Proof-of-Process Data License v1**.
62
- Demo (100 rows) is free. Full datasets require purchase via Bwalletx wallet.
 
9
  - predictive-maintenance
10
  - popchain
11
  - blockchain-verified
12
+ - laser-cutting
13
+ - cnc
14
  license: other
15
  license_name: proof-of-process-data-license-v1
16
  size_categories:
 
24
 
25
  Real industrial machine data with **cryptographic provenance** on PopChain L1.
26
 
27
+ ## Demo Dataset (100 rows)
28
+
29
+ This is a **demo preview**. Full datasets available for purchase at **[bomwt.io/market](https://bomwt.io/market)**.
 
 
30
 
31
+ | Format | File | Rows |
32
+ |--------|------|------|
33
+ | JSONL | `data/train.jsonl` | 100 |
34
+ | CSV | `data/train.csv` | 100 |
35
 
 
36
 
37
+ ## Verification
38
 
39
+ Every record is:
40
+ - **SHA-256 hashed** on PopChain L1
41
+ - **WOTS+ signed** (post-quantum cryptography)
42
+ - **Scored** by Proof-of-Process algorithm
43
+ - **Visible** on [PopChain Explorer](https://popchain.tech/explorer.html)
44
 
45
+ ## Available Products (2)
 
 
 
46
 
47
+ | ID | Format | Grade | Score | Total Rows | Price (BIN) |
48
+ |----|--------|-------|-------|------------|-------------|
49
+ | `5515aa8e97427665` | tsv | A | 898 | 0 | Buy on bomwt.io |
50
+ | `c1fe88b22e5ca19e` | sqlite | B | 711 | 2861 | Buy on bomwt.io |
51
 
52
+ ## Full Data Access
 
 
 
 
 
53
 
54
+ **100 rows = free demo (this dataset)**
55
+ **Full data = [bomwt.io/market](https://bomwt.io/market)**
56
+
57
+ Requires [Bwalletx](https://bomwt.io/bwalletx/app/) wallet. Pay with BIN token.
58
+
59
+ ## Links
60
 
 
61
  - **Wallet:** [bomwt.io/bwalletx/app](https://bomwt.io/bwalletx/app/)
62
+ - **Explorer:** [popchain.tech/explorer.html](https://popchain.tech/explorer.html)
63
  - **GitHub:** [github.com/popchainnetwork](https://github.com/popchainnetwork)
64
+ - **X:** [@Bwallet_by_PoP](https://x.com/Bwallet_by_PoP)
65
 
66
+ Total proofs on-chain: 700 | Demo shown: 100