From 9cf0cf153b5ede7278d0c216307ac5f5468236f4 Mon Sep 17 00:00:00 2001 From: Evgenii Akentev Date: Tue, 8 Oct 2024 21:46:20 +0400 Subject: [PATCH] add hub --- themes/theme/layouts/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/theme/layouts/index.html b/themes/theme/layouts/index.html index bce804b..a120bd3 100644 --- a/themes/theme/layouts/index.html +++ b/themes/theme/layouts/index.html @@ -37,6 +37,9 @@ projects types and useful operators yet. It can parse, build a tree, and substitute using de Bruijn Indices. +- https://git.ak3n.com/?p=hub.go.git + A small websocket server to track the TON's blockchain contracts. + - https://git.ak3n.com/?p=handle-examples.git Examples of the Handle pattern in Haskell -- 2.50.1