Skip to content

Commit 545d0bd

Browse files
committed
more dead links
1 parent 09d4182 commit 545d0bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn/stack.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ It's important to keep in mind that there is no direct correlation between the D
5050
Celestia is a prominent example of a data availability integration implemented for Rollkit.
5151
It's using the [Celestia Node API](https://node-rpc-docs.celestia.org)
5252
via the [`rollkit/celestia-da`](https://github.com/rollkit/celestia-da) package.
53-
To deploy a Rollkit rollup on Celestia you also have to [run a Celestia light node](https://docs.celestia.org/developers/node-tutorial/).
53+
To deploy a Rollkit rollup on Celestia you also have to [run a Celestia light node](https://docs.celestia.org/tutorials/node-tutorial/).
5454

55-
New DA layer integrations can be added by using the [DA interface](https://github.com/rollkit/rollkit/blob/main/core/da/da.go#L11).
55+
New DA layer integrations can be added by using the [DA interface](https://docs.cosmos.network/v0.50/build/building-apps/app-mempool).
5656

5757
## Node components
5858

@@ -107,7 +107,7 @@ direct communication between rollup nodes.
107107
It's used to gossip transactions, headers of newly created blocks, and state fraud proofs.
108108
The P2P layer is implemented using [libp2p](https://github.com/libp2p).
109109

110-
Rollkit uses [DHT-based active peer discovery](https://curriculum.pl-launchpad.io/curriculum/libp2p/dht/).
110+
Rollkit uses [DHT-based active peer discovery](https://pl-launchpad.io/curriculum/libp2p/dht/).
111111
Starting a node connects to pre-configured bootstrap peers, and advertises its namespace ID in the DHT.
112112
This solution is flexible, because multiple rollup networks may reuse the same DHT/bootstrap nodes,
113113
but specific rollup network might decide to use dedicated nodes as well.

0 commit comments

Comments
 (0)