Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs/content/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In this guide we're going to learn how to go from zero to a running Dolos instan
</TabItem>
</Tabs>

For more detailed information on how to install Dolos, check the [installation section](./installation)
For more detailed information on how to install Dolos, check the [installation section](./dolos/installation)

2. ### Configuration & Bootstrap

Expand All @@ -52,7 +52,7 @@ In this guide we're going to learn how to go from zero to a running Dolos instan
dolos init
```

For more detailed information on how to configure Dolos, check the [configuration section](./configuration)
For more detailed information on how to configure Dolos, check the [configuration section](./dolos/configuration)

3. ### Running

Expand All @@ -62,7 +62,7 @@ In this guide we're going to learn how to go from zero to a running Dolos instan
dolos daemon
```

For more detailed information on different ways to run _Dolos_, check the [operations section](./operations/modes)
For more detailed information on different ways to run _Dolos_, check the [operations section](./dolos/operations/modes)

{/*
### That's it!
Expand Down
2 changes: 1 addition & 1 deletion docs/content/integrations/blaze.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { U5C } from "@utxorpc/blaze-provider";
```

### Step 2: Create a New U5C Provider with Dolos
Now this is where we can utilize our local Dolos node and use it for our UTxORPC provider. We can initiliaze our node through this [link](/quickstart).
Now this is where we can utilize our local Dolos node and use it for our UTxORPC provider. We can initiliaze our node through this [link](/dolos).

Here's how to create the U5C Provider:
```javascript
Expand Down
2 changes: 1 addition & 1 deletion docs/content/integrations/tx3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar:
---
import { Aside } from '@astrojs/starlight/components';

Tx3 is a toolkit for authoring and interacting with UTxO protocols on Cardano. It provides a DSL for declaring protocol interfaces using transaction templates — reusable patterns that generate concrete transactions from runtime parameters. You can learn more about Tx3 in the [official documentation](https://docs.txpipe.io/tx3).
Tx3 is a toolkit for authoring and interacting with UTxO protocols on Cardano. It provides a DSL for declaring protocol interfaces using transaction templates — reusable patterns that generate concrete transactions from runtime parameters. You can learn more about Tx3 in the [official documentation](/tx3).

Tx3 relies on a TRP (Transaction Resolver Protocol) server to resolve transaction templates into concrete, signable transactions. Dolos includes a built-in TRP server, making it a natural backend for Tx3 workflows.

Expand Down
Loading