Skip to content

Commit

Permalink
Merge pull request #609 from input-output-hk/olgahryniuk-patch-107
Browse files Browse the repository at this point in the history
Update some links
  • Loading branch information
olgahryniuk authored May 2, 2024
2 parents 517624d + c754364 commit c69a0e3
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docs/06-cardano-testnets/03-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,11 @@ There are a number of ways to install and run a Cardano node on testnet. The
choice of the best-matching method depends on the operating system, level of
technical expertise, and personal preferences.

Building the node using Nix is the recommended method, as this is what IOG’s
internal development teams use and consider the most reliable.

For more information on the various options, see:

- [Building the node using Nix](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/getting-started/building-the-node-using-nix.md)
- [Building the node from source](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/getting-started/install.md)
- [Building the node using Docker](https://hub.docker.com/r/inputoutput/cardano-node)
- [Installing the node](https://developers.cardano.org/docs/get-started/installing-cardano-node)
- [Cardano course: building the node](https://cardano-course.gitbook.io/cardano-course/handbook/module-1-build-and-run-the-node/building-the-node)
- [Node installation process](https://developers.cardano.org/docs/operate-a-stake-pool/node-installation-process).

## Configurations

Expand All @@ -60,8 +57,8 @@ than Plutus V1 scripts. Plutus V1 scripts, however, are still supported.

For more details, see:

- [Understanding configuration files](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/getting-started/understanding-config-files.md)
- [Configuring the node using YAML](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/reference/configuring-a-node-using-yaml.md)
- [Running the node](https://developers.cardano.org/docs/get-started/running-cardano)
- [Cardano course: running the node and connecting to a network](https://cardano-course.gitbook.io/cardano-course/handbook/module-1-build-and-run-the-node/running-the-node-and-connecting-to-a-network).

## Working with the Cardano testnets

Expand Down Expand Up @@ -111,7 +108,8 @@ cardano-cli query utxo \

For more commands, see:

- [Creating keys and addresses](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/stake-pool-operations/3_keys_and_addresses.md)
- [Generating wallet keys](https://developers.cardano.org/docs/operate-a-stake-pool/generating-wallet-keys)
- [Creating keys and addresses](https://cardano-course.gitbook.io/cardano-course/handbook/building-and-running-the-node/create-keys-and-addresses).

:::note

Expand All @@ -134,7 +132,8 @@ run the following command to fund your address:
### Creating, signing, and submitting transactions

You’re now ready to create, sign, and submit transactions on testnets. See the
tutorial:
tutorials:

- [Building and signing transactions.](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/reference/building-and-signing-tx.md)
- [Building and signing transactions](https://developers.cardano.org/docs/get-started/create-simple-transaction)
- [Creating simple transactions](https://cardano-course.gitbook.io/cardano-course/handbook/building-and-running-the-node/create-a-simple-transaction).

1 comment on commit c69a0e3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Deploy preview for cardano-documentation ready!

✅ Preview
https://cardano-documentation-hn1ugnwip-iog.vercel.app
https://cardano-documentation.vercel.app

Built with commit c69a0e3.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.