forked from CorvidLabs/protocol-algochat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimplementations.json
More file actions
64 lines (64 loc) · 1.66 KB
/
implementations.json
File metadata and controls
64 lines (64 loc) · 1.66 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
{
"implementations": [
{
"id": "swift-algochat",
"name": "swift-algochat",
"language": "Swift",
"repo": "CorvidLabs/swift-algochat",
"status": "production",
"description": "iOS, macOS, Linux",
"testCommand": "swift test",
"protocols": ["0x01", "0x02"]
},
{
"id": "ts-algochat",
"name": "ts-algochat",
"language": "TypeScript",
"repo": "CorvidLabs/ts-algochat",
"status": "active-dev",
"description": "Node.js, Browsers",
"testCommand": "bun test",
"protocols": ["0x01", "0x02"]
},
{
"id": "py-algochat",
"name": "py-algochat",
"language": "Python",
"repo": "CorvidLabs/py-algochat",
"status": "active-dev",
"description": "Python 3.10+",
"testCommand": "pytest",
"protocols": ["0x01", "0x02"]
},
{
"id": "rs-algochat",
"name": "rs-algochat",
"language": "Rust",
"repo": "CorvidLabs/rs-algochat",
"status": "active-dev",
"description": "Cargo crate",
"testCommand": "cargo test",
"protocols": ["0x01", "0x02"]
},
{
"id": "kt-algochat",
"name": "kt-algochat",
"language": "Kotlin",
"repo": "CorvidLabs/kt-algochat",
"status": "active-dev",
"description": "JVM, Android",
"testCommand": "gradle test",
"protocols": ["0x01", "0x02"]
},
{
"id": "algochat-web",
"name": "algochat-web",
"language": "Angular",
"repo": "CorvidLabs/algochat-web",
"status": "active-dev",
"description": "Web app with NES.css",
"testCommand": "bun test",
"protocols": ["0x01", "0x02"]
}
]
}