Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: README.md of examples typo #9

Merged
merged 3 commits into from
Oct 9, 2024
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 cardano-smart-contracts-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ You must have the **Cardano Development Container** created and running.
Follow this instructions to set-up:

- [COMPOSE](../docs/README_SCRIPT.md#docker-compose-menu)
- [USE](../docs/README_SCRIPT.md#cardano-development-tools-menu))
- [USE](../docs/README_SCRIPT.md#cardano-development-tools-menu)

Once the container is created you can work from a **terminal** outside or within
the container and run the **Toolbox CLI**. See
Expand Down Expand Up @@ -684,7 +684,7 @@ To test the examples, follow these steps:
Enter your choice or 0 to return: 2
Selecting smart contract files...
----
Folders in '/home/francio/Documentos/Protofire/Cardano-Developer-Studio/export/AlwaysTrueValidator':
Folders in '(DEVELOPER_STUDIO_ROOT)/export/AlwaysTrueValidator':
----
1) 2024-08-09-20-11
2) 2024-08-09-20-46
Expand All @@ -698,7 +698,7 @@ To test the examples, follow these steps:
Enter your choice or 0 to return: 3
Selecting wallet files...
----
Folders in '/home/francio/Documentos/Protofire/Cardano-Developer-Studio/.priv/wallets':
Folders in '(DEVELOPER_STUDIO_ROOT)/.priv/wallets':
----
1) test1
2) test2
Expand Down
4 changes: 2 additions & 2 deletions cardano-web3-frontend-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ Note: The CI/CD pipeline is not active when using the template within the Cardan
### Account Setup

1. **GitHub Account**: Required for version control and CI/CD workflows. If you don't have one, create it [here](https://github.com/).
2. **Docker Hub Account**: Required for storing and managing Docker images. If you don't have one, create it [here](https://hub.docker.com/). You will need to create a [access token](https://app.docker.com/settings/personal-access-tokens).
2. **Docker Hub Account**: Required for storing and managing Docker images. If you don't have one, create it [here](https://hub.docker.com/). You will need to create a [personal access token](https://app.docker.com/settings/personal-access-tokens) and ensure it has both read and write permissions.

## Key Features

- **User-Friendly Interface**: Simplifies interaction with Plutus smart contracts.
Expand Down