Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 85d6464

Browse files
committed
docs: reword necesary components
1 parent 3a3be99 commit 85d6464

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

learn/stack.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,10 @@ Thanks to this compatibility, you can use tools like [abci-cli](https://docs.com
2424
#### Cosmos SDK
2525

2626
Would you like to change your Cosmos SDK application to a Rollkit rollup?
27-
No problem! You need to replace the Cosmos SDK Go dependency with a
27+
No problem! You need to replace the Cosmos SDK Go starting logic with a
2828
Rollkit-enabled version, which can be found
29-
at the [`rollkit/cosmos-sdk`](https://github.com/rollkit/cosmos-sdk) repository.
30-
31-
Note the [`rollkit/cosmos-sdk`](https://github.com/rollkit/cosmos-sdk) repository follows the release branches of
32-
upstream Cosmos SDK, but with the bonus of using Rollkit instead of CometBFT
33-
as the ABCI client.
34-
35-
And don't forget to replace another dependency, `CometBFT`, with
36-
[`rollkit/cometbft`](https://github.com/rollkit/cometbft), which has an enhanced ABCI interface that includes
37-
the methods needed for state fraud proofs.
29+
at the [`rollkit/cosmos-sdk-starter`](https://github.com/rollkit/cosmos-sdk-starter) repository.
30+
The modified starting handler makes use of a Rollkit node instead of CometBFT as the ABCI client.
3831

3932
### Data availability
4033

@@ -97,8 +90,8 @@ curl http://127.0.0.1:26657/block?height=included
9790
```
9891

9992
#### Parameters
100-
- height (integer or string): height of the requested block. If no height is specified the latest block will be used. If height is set to the string "included", the latest DA included block will be returned.
10193

94+
- height (integer or string): height of the requested block. If no height is specified the latest block will be used. If height is set to the string "included", the latest DA included block will be returned.
10295

10396
### P2P layer
10497

0 commit comments

Comments
 (0)