From 834ceaf2a4334a1bf251e1b31034264f8ca2f650 Mon Sep 17 00:00:00 2001 From: "David @ HASH" <6226576+nonparibus@users.noreply.github.com> Date: Sat, 2 Sep 2023 17:56:15 +0100 Subject: [PATCH] Update README.md (#38) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7f6704d..f375f0f 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,6 @@ The `pocs` folder contains **proof of concepts** and other one-off experiments. - [`distributed_collab`](pocs/distributed_collab) - **Distributed Collab**: a BEAM VM based system for publishing/subscribing to JSON Patches with core logic implemented in Rust - [`hash-agents`](pocs/hash-agents) - **HASH Agents**: an experimental setup for writing Python-based 'agents' that interface with LLMs - [`hash_helm_chart`](pocs/hash_helm_chart) - **HASH Helm Charts**: An experimental [Helm](https://helm.sh) chart for deploying an instance of HASH on Kubernetes + +A number of older POCs can be found in our `hasharchives` organization, including: +- [`wasm-ts-esm-in-node-jest-and-nextjs`](https://github.com/hasharchives/wasm-ts-esm-in-node-jest-and-nextjs) - A **Wasm + TypeScript + ESM in Node.js, Jest and Next.js 13** example project