Skip to content

Commit 572625c

Browse files
committed
update
1 parent 52c5699 commit 572625c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 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.
3+
description: After reading 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.
44

55
author: Ori Pomerantz
66
lang: en

0 commit comments

Comments
 (0)