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 wrong link in generator README #132

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The tool first deploys and initializes the [`cis2-nft`](https://github.com/Conco

### `transfer-cis2`

The tool first deploys and initializes the [`cis2-multi`](https://github.com/Concordium/concordium-rust-smart-contracts/tree/fcc668d87207aaf07b43f5a3b02b6d0a634368d0/examples/cis2-nft) example contract. It then mints `u64::MAX` CIS2 tokens for the sender. The transactions are then transfers of these tokens to a list of receivers that is either
The tool first deploys and initializes the [`cis2-multi`](https://github.com/Concordium/concordium-rust-smart-contracts/tree/fcc668d87207aaf07b43f5a3b02b6d0a634368d0/examples/cis2-multi) example contract. It then mints `u64::MAX` CIS2 tokens for the sender. The transactions are then transfers of these tokens to a list of receivers that is either

- accounts specified using the `--receivers` argument which should point
to a file with a list of account addresses,
Expand Down