File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ It's important to keep in mind that there is no direct correlation between the D
50
50
Celestia is a prominent example of a data availability integration implemented for Rollkit.
51
51
It's using the [ Celestia Node API] ( https://node-rpc-docs.celestia.org )
52
52
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/ ) .
54
54
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 ) .
56
56
57
57
## Node components
58
58
@@ -107,7 +107,7 @@ direct communication between rollup nodes.
107
107
It's used to gossip transactions, headers of newly created blocks, and state fraud proofs.
108
108
The P2P layer is implemented using [ libp2p] ( https://github.com/libp2p ) .
109
109
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/ ) .
111
111
Starting a node connects to pre-configured bootstrap peers, and advertises its namespace ID in the DHT.
112
112
This solution is flexible, because multiple rollup networks may reuse the same DHT/bootstrap nodes,
113
113
but specific rollup network might decide to use dedicated nodes as well.
You can’t perform that action at this time.
0 commit comments