Skip to content

Commit 52c5699

Browse files
committed
update
1 parent 367f25c commit 52c5699

File tree

1 file changed

+2
-1
lines changed
  • public/content/developers/tutorials/server-components

1 file changed

+2
-1
lines changed

public/content/developers/tutorials/server-components/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Server components and agents for web3 apps"
3-
description: After this tutorial, you will be able to write TypeScript servers that listen to events on a blockchain and respond accordingly with their own transactions. This will enable you to write applications that are centralized (because the server is a point of failure), but can interact with web3 entities. The same techniques can also be used to write an agent that responds to on-chain events without a human in the loop.
3+
description: After this tutorial, you will be able to write TypeScript servers that listen to events on a blockchain and respond accordingly with their own transactions. This will enable you to write centralized applications (because the server is a point of failure), but can interact with web3 entities. The same techniques can also be used to write an agent that responds to on-chain events without a human in the loop.
4+
45
author: Ori Pomerantz
56
lang: en
67
tags: ["agent", "server", "offchain", "centralized"]

0 commit comments

Comments
 (0)