Skip to content

Commit 6830939

Browse files
author
Ferenc Sárai
committed
fix: keep your data alive link
1 parent 9eb4f7f commit 6830939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-documentation/act.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import TabItem from '@theme/TabItem'
1414
The [Access Control Trie (ACT)](https://solarpunk.buzz/introducing-the-access-control-trie-act-in-swarm/) is an essential feature designed to manage access control in Swarm’s decentralized storage infrastructure. It enables __publishers__ to grant or revoke access to specific content at the chunk level using encrypted session keys. This guide will walk you through the key concepts and practical aspects of using __ACT__ to protect your data in Swarm.
1515

1616
:::warning Postage stamps
17-
Uploading to the Swarm network requires Postage stamps for every write operation. To understand this better, see [Bee docs - Postage Stamps](https://docs.ethswarm.org/docs/concepts/incentives/postage-stamps). In the following examples, we assume that we already have a `postageBatchId`.
17+
Uploading to the Swarm network requires Postage stamps for every write operation. To understand this better, see [Bee docs - Keep your data alive](https://docs.ethswarm.org/docs/develop/access-the-swarm/introduction/#keep-your-data-alive). In the following examples, we assume that we already have a `postageBatchId`.
1818
:::
1919

2020
We also need an instance of Bee to interact with the Bee node.

0 commit comments

Comments
 (0)