Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The dApp’s off-chain layer often requires knowledge of its address to facilita
By calling [`relayDAppAddress()`](../rollups-apis/json-rpc/relays/relays.md), function of the `DAppAddressRelay` contract, it adds the dApp’s address as a new input for the Cartesi dApp to process. Next, the off-chain machine uses this address to generate a voucher for execution at the [`executeVoucher()`](../rollups-apis/json-rpc/application.md/#executevoucher) function of the `CartesiDApp` contract.

:::note epoch length
By default, Cartesi nodes close one epoch every 7200 blocks. You can [manually set the epoch length](./cli-commands.md/#run) to facilitate quicker asset-handling methods.
By default, Cartesi nodes close one epoch every 7200 blocks. You can [manually set the epoch length](../../../get-started/cli-commands.md/#run) to facilitate quicker asset-handling methods.
Copy link
Member

@Nonnyjoe Nonnyjoe Dec 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While testing the changes, i noticed the absolute path here does not work because the docs server tries to attach the path "/rollups/" before the file path which points to a missing file and just displays an empty screen.

This path works instead "(/get-started/cli-commands/#run)" and it's the same for the other 2 files as well

:::

Here are the function signatures used by vouchers to withdraw the different types of assets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ One everyday use of vouchers in Cartesi dApps is to withdraw assets. Users initi
You can manually set the epoch length to facilitate quicker asset deposits and withdrawals.

:::note epoch duration
[Refer to the documentation here](../../development/cli-commands.md/#run) to manually configure epoch length during development.
[Refer to the documentation here](../../../../get-started/cli-commands.md/#run) to manually configure epoch length during development.
:::
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,5 @@ One common use of vouchers in Cartesi dApps is to withdraw assets. Users initiat
You can manually set the epoch length to facilitate quicker asset deposits and withdrawals.

:::note epoch duration
[Refer to the documentation here](../../development/cli-commands.md/#run) to manually configure epoch length during development.
[Refer to the documentation here](../../../../get-started/cli-commands.md/#run) to manually configure epoch length during development.
:::
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const emitVoucher = async (voucher) => {
```

:::note epoch length
By default, Cartesi nodes close one epoch every 7200 blocks. You can [manually set the epoch length](./cli-commands.md/#run) to facilitate quicker asset-handling methods.
By default, Cartesi nodes close one epoch every 7200 blocks. You can [manually set the epoch length](../../../get-started/cli-commands.md#run) to facilitate quicker asset-handling methods.
:::

Here are the function signatures used by vouchers to withdraw the different types of assets:
Expand Down
12 changes: 8 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,12 @@ const config = {
to: "https://discord.gg/cWGbyFkQ2W",
},
{
label: "Medium",
to: "https://www.medium.com/cartesi",
label: "Blog",
to: "https://cartesi.io/blog/",
},
{
label: "Twitter",
to: "https://www.twitter.com/cartesiproject",
label: "X",
to: "https://www.x.com/cartesiproject",
},
{
label: "Telegram",
Expand All @@ -316,6 +316,10 @@ const config = {
label: "Reddit",
to: "https://www.reddit.com/r/cartesi/",
},
{
label: "More",
to: "https://linktr.ee/cartesi",
},
],
},
],
Expand Down
5 changes: 3 additions & 2 deletions get-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import DocCard from '@theme/DocCard';

- [Discord](https://discord.gg/cWGbyFkQ2W)
- [GitHub](https://github.com/cartesi)
- [Blog](https://cartesi.io/blog/)
- [X](https://x.com/cartesiproject)
- [YouTube](https://www.youtube.com/@cartesiproject)
- [Medium](https://medium.com/cartesi)
- [Twitter](https://x.com/cartesiproject)
- [More](https://linktr.ee/cartesi)