Skip to content

Commit 35e5a48

Browse files
authored
client: grey (#174)
adds grey client listing
1 parent 0893b99 commit 35e5a48

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/data/clients.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,12 @@ export const clients: ClientData[] = [
392392
milestone: 0,
393393
contact: [],
394394
},
395+
{
396+
description: "LLM tries to write a JAM node.",
397+
homepage: "https://github.com/bitarray/grey",
398+
name: "Grey",
399+
languages: [{ name: "Rust", set: "B" }],
400+
milestone: 0,
401+
contact: ["@sorpaas"],
402+
},
395403
]

0 commit comments

Comments
 (0)