From 93b08d50316a2811000e0318ca869899274151e2 Mon Sep 17 00:00:00 2001 From: Patrick Gerard <75830792+grumpyp@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:50:59 +0000 Subject: [PATCH] add: Python-sdk link --- src/pages/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index ebae321..b88002c 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -25,6 +25,11 @@ const clients = [ href: 'https://github.com/eigerco/celestia-node-rs', current: false, }, + { + name: 'Python', + href: 'https://github.com/grumpyp/celestia-node-client-py', + current: false, + }, ]; function classNames(...classes: any[]) {