Skip to content

Commit 4388729

Browse files
authored
Merge pull request #13 from JupiterMetaLabs/feat/docs-content-update
Feat/docs content update
2 parents a280913 + d4ff0a2 commit 4388729

15 files changed

Lines changed: 387 additions & 387 deletions

docs/advantages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following table compares **Jupiter Meta Data Token (JMDT)** with leading L2
2525
| **Finality Time (L2)** | ~3–10 sec | ~5–10 min | ~10–15 min | ~30–60 min | Instant (centralised) |
2626
| **L1 Settlement** | Dynamic zk-rollup to L1 | Periodic zk-rollup | STARK rollup | Delayed zk-rollup | Not applicable |
2727
| **Data Availability** | zk-anchored + immudb logs | Ethereum DA Layer | On-chain calldata | On-chain | Off-chain (private) |
28-
| **Enterprise Readiness** | DAG layer, DID, privacy | ⚠️ Limited DID/enterprise SDKs | ⚠️ Limited identity & compliance | Not enterprise-ready | Proven enterprise use |
28+
| **Enterprise Readiness** | Yes — DAG layer, DID, privacy | Partial — Limited DID/enterprise SDKs | Partial — Limited identity & compliance | No — Not enterprise-ready | Yes — Proven enterprise use |
2929
| **Token Model** | JMDT (Utility) | MATIC (Gas & Staking) | STRK | AZTEC | None |
3030
| **Smart Contract Support** | Rust (zkVM) + Solidity | Solidity (zkEVM) | Cairo | Aztec Noir + limited Solidity | Chaincode (Go/Java) |
3131
| **Governance** | JupiterMetaLabs Foundation | Off-chain + Foundation | TBD (future DAO) | Aztec Foundation | Centralised consortium |

docs/crdt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ The CRDT module enables:
1515

1616
## Key Features
1717

18-
### **Offline/Online Sync**
18+
### Yes **Offline/Online Sync**
1919
- Nodes can go offline and continue operating independently
2020
- Operations are stored for replay when nodes reconnect
2121
- Automatic synchronization on reconnection
2222
- Eventual consistency across all nodes
2323

24-
### **CRDT Types**
24+
### Yes **CRDT Types**
2525
- **LWW-Set (Last-Writer-Wins Set)**: For concurrent add/remove operations
2626
- **G-Counter**: Growing counter for metrics and statistics
2727
- **Vector Clocks**: For causality tracking between distributed events
2828

29-
### **Synchronization Mechanisms**
29+
### Yes **Synchronization Mechanisms**
3030
- **HashMap-based Diff**: Efficient identification of missing data
3131
- **IBLT (Invertible Bloom Lookup Table)**: Set reconciliation for large datasets
3232
- **Batch Processing**: Optimized data transfer in batches

docs/did.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ keywords: [Decentralized Identity, DID, W3C DID, JMDT DID, blockchain identity,
1313
JMDT implements **W3C-standardized Decentralized Identifiers (DIDs)** to provide users with **self-sovereign identities**, enabling **secure authentication across dApps, DeFi platforms, and enterprise services**.
1414

1515
### **Key Features of DID in JMDT**
16-
- **Privacy-Preserving Authentication** → DID-based logins without exposing personal data.
17-
- **Interoperability with Web3 & Enterprises** → Works across **multiple blockchain networks and enterprise applications**.
18-
- **Self-Sovereign Identity** → Users have full control over their credentials, reducing reliance on centralized identity providers.
19-
- **Enhanced Security****Zero-Knowledge cryptography** ensures verifiable yet private transactions.
16+
- Yes **Privacy-Preserving Authentication** → DID-based logins without exposing personal data.
17+
- Yes **Interoperability with Web3 & Enterprises** → Works across **multiple blockchain networks and enterprise applications**.
18+
- Yes **Self-Sovereign Identity** → Users have full control over their credentials, reducing reliance on centralized identity providers.
19+
- Yes **Enhanced Security****Zero-Knowledge cryptography** ensures verifiable yet private transactions.
2020

2121
<!-- [Explore Tokenomics →](./tokenomics.md) -->

docs/explorer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ The Explorer module enables:
1616

1717
## Key Features
1818

19-
### 🔍 **Address Management**
19+
### **Address Management**
2020
- List all addresses with pagination
2121
- View address details including balance, nonce, and account type
2222
- Transaction history for specific addresses
2323
- Search functionality to find addresses quickly
2424

25-
### 📊 **Transaction Explorer**
25+
### **Transaction Explorer**
2626
- Browse all transactions with pagination
2727
- Transaction details including hash, from/to addresses, value, and block information
2828
- Filter by address to see transactions for specific accounts
2929
- Real-time transaction streaming via WebSocket
3030

31-
### 🧱 **Block Explorer**
31+
### **Block Explorer**
3232
- List all blocks with pagination
3333
- Block details including hash, timestamp, and transaction count
3434
- Latest blocks with real-time updates
3535
- Missing block detection for network synchronization
3636

37-
### 📈 **Network Statistics**
37+
### **Network Statistics**
3838
- Total blocks count
3939
- Total transactions count
4040
- Total addresses count

docs/intro.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Conventional blockchains struggle with performance, privacy, and real-world comp
3333
- **Layer 2 Scaling:** High-throughput zkRollup engine built using RISC Zero zkVM for verifiable Rust-based execution. Designed for faster settlements and large-scale concurrent transactions.
3434

3535
- **AVC Consensus:** JMDT's **Asynchronous Validation Consensus** delivers:
36-
- Scalable and secure block finality via quorum-based buddy voting
37-
- Energy-efficient operation by eliminating mining
38-
- Low-latency, fault-tolerant propagation via Gossip Protocol
39-
- Seamless compatibility with DAG-based L3 enterprise extensions
36+
- Scalable and secure block finality via quorum-based buddy voting
37+
- Energy-efficient operation by eliminating mining
38+
- Low-latency, fault-tolerant propagation via Gossip Protocol
39+
- Seamless compatibility with DAG-based L3 enterprise extensions
4040

4141
- **Ethereum Interoperability:** Full EVM compatibility — deploy existing Ethereum smart contracts on JMDT without modification. Supports DeFi, NFT marketplaces, DAOs, and enterprise solutions.
4242

docs/mainnet/prerequisites.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Before setting up a JMDT Mainnet node, make sure your environment meets the foll
3030

3131
| OS | Supported |
3232
|---|---|
33-
| Ubuntu 20.04 / 22.04 LTS | Recommended |
34-
| Debian 11 / 12 | |
35-
| RHEL / CentOS 8+ | |
36-
| macOS 12+ | (development only) |
37-
| FreeBSD 13+ | |
38-
| Windows | Not supported |
33+
| Ubuntu 20.04 / 22.04 LTS | Yes — Recommended |
34+
| Debian 11 / 12 | Yes |
35+
| RHEL / CentOS 8+ | Yes |
36+
| macOS 12+ | Yes (development only) |
37+
| FreeBSD 13+ | Yes |
38+
| Windows | No — Not supported |
3939

4040
---
4141

0 commit comments

Comments
 (0)