diff --git a/README.md b/README.md index 2e24abc96..96123bb2a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@

Easily integrate rich ENS user journeys into your wallet, app, or game. -

+

@@ -162,6 +162,46 @@ The NameKit monorepo contains multiple packages and apps. + + + + + TypeScript + + + + nameai-sdk + + A JavaScript/TypeScript SDK for integrating AI‐driven naming functionalities. + + + + + NPM Version + + + + + + + + + TypeScript + + + + namegraph-sdk + + A JavaScript/TypeScript SDK for integrating graph‐based name analytics and services. + + + + + NPM Version + + + + @@ -292,26 +332,6 @@ The NameKit monorepo contains multiple packages and apps. - - - - - - Python - - - - ens-label-inspector - - Detailed inspection of labels in ENS names. - - - - - PyPI Version - - - - @@ -340,7 +360,7 @@ The NameKit monorepo contains multiple packages and apps. - + @@ -355,18 +375,130 @@ The NameKit monorepo contains multiple packages and apps. + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                         Source Code Summary ✨ Try it out! ✨ - ens-node -
+ alpha.ensnode.io +
Multichain indexer for ENS, powered by Ponder. + + Preview + +
- - coming soon + + Next.js + + + ensnode.io + Next.js landing page for ENSNode. + + Preview + +
+ + + TypeScript Backend for NameKit. Simplify and enhance your integration with ENS. + ens-subgraph-transition-tools + Tooling for transitioning ENS subgraphs. -
+ + + Python + + + api.namegraph.dev + Python API for NameGraph. + + Preview + +
+ + + Python + + + NameGraph Collection Templates + Python templates for NameGraph collections. + - +
+ + + Python + + + api.nameai.dev + Python API for NameAI. + + Preview + +
+ + + Next.js + + + nameai.dev + Next.js landing page for NameAI. + + Preview + +
+ + + Next.js + + + namegraph.dev + Next.js landing page for NameGraph. + + Preview + +
@@ -475,7 +607,7 @@ The NameKit monorepo contains multiple packages and apps. ### Getting started -Use `git` to clone this respository, and install the dependencies using `pnpm` to run NameKit locally: +Use `git` to clone this repository, and install the dependencies using `pnpm` to run NameKit locally: 1. `git clone https://github.com/namehash/namekit.git` 2. `cd namekit` @@ -486,7 +618,7 @@ It's recommended you run `pnpm dev` in the root of the repository to start all a ## Testing -Tests are automatically ran when a new Pull Request is opened. You can run them locally using `pnpm test`. +Tests are automatically run when a new Pull Request is opened. You can run them locally using `pnpm test`. If you're developing locally, you can watch changes and run tests automatically using `pnpm test:watch`.