-
Notifications
You must be signed in to change notification settings - Fork 441
Expand file tree
/
Copy pathdependencies.json
More file actions
64 lines (64 loc) · 2.25 KB
/
dependencies.json
File metadata and controls
64 lines (64 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"projects": [
{
"id": "nitro",
"name": "Arbitrum Nitro",
"repo": "https://github.com/OffchainLabs/nitro",
"currentDocsVersion": "v3.6.0",
"latestRelease": "v3.7.6",
"latestReleaseDate": "2025-10-15",
"docsPath": "docs/arbitrum-docs/how-arbitrum-works",
"description": "Core Arbitrum protocol implementation"
},
{
"id": "arbitrum-sdk",
"name": "Arbitrum SDK",
"repo": "https://github.com/OffchainLabs/arbitrum-sdk",
"currentDocsVersion": "v4.0.4",
"latestRelease": "v4.0.4",
"latestReleaseDate": "2025-04-03",
"docsPath": "docs/arbitrum-docs/sdk",
"description": "JavaScript SDK for interacting with Arbitrum chains"
},
{
"id": "stylus-sdk",
"name": "Arbitrum Stylus SDK",
"repo": "https://github.com/OffchainLabs/stylus-sdk-rs",
"currentDocsVersion": "v0.8.4",
"latestRelease": "v0.9.2",
"latestReleaseDate": "2025-09-23",
"docsPath": "docs/arbitrum-docs/stylus",
"description": "Rust smart contracts on Arbitrum"
},
{
"id": "orbit-sdk",
"name": "Arbitrum Orbit SDK",
"repo": "https://github.com/OffchainLabs/arbitrum-orbit-sdk",
"currentDocsVersion": "0.23.1",
"latestRelease": "v0.24.2",
"latestReleaseDate": "2025-10-21",
"docsPath": "docs/arbitrum-docs/launch-arbitrum-chain",
"description": "SDK for building Arbitrum Orbit chains"
},
{
"id": "nitro-contracts",
"name": "Arbitrum Nitro Contracts",
"repo": "https://github.com/OffchainLabs/nitro-contracts",
"currentDocsVersion": "v3.1.0",
"latestRelease": "v3.1.1",
"latestReleaseDate": "2025-06-17",
"docsPath": "docs/arbitrum-docs/build-decentralized-apps",
"description": "Smart contracts for the Arbitrum Nitro protocol"
},
{
"id": "token-bridge-contracts",
"name": "Arbitrum Token Bridge Contracts",
"repo": "https://github.com/OffchainLabs/token-bridge-contracts",
"currentDocsVersion": "v1.2.3",
"latestRelease": "v1.2.5",
"latestReleaseDate": "2025-08-06",
"docsPath": "docs/arbitrum-docs/build-decentralized-apps/token-bridging",
"description": "Smart contracts for the Arbitrum token bridge"
}
]
}