hello world
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 100.0%
7 1 0

Clone this repository

https://tangled.org/0xdaali.tngl.sh/api-service-3000 https://tangled.org/did:plc:sekfsqspczwqfb7oglygfc6l
git@tangled.org:0xdaali.tngl.sh/api-service-3000 git@tangled.org:did:plc:sekfsqspczwqfb7oglygfc6l

For self-hosted knots, clone URLs may differ based on your setup.



README.md

hello-world#

A tiny TypeScript module — a starting point on Tangled.

import { greet } from "./src/index.js";

console.log(greet("world")); // "Hello, world!"

Run#

npx tsx src/index.ts