Skip to content

Commit

Permalink
Merge pull request #874 from onflow/Aliserag-patch-3
Browse files Browse the repository at this point in the history
Update flow-cli.md
  • Loading branch information
Aliserag authored Aug 26, 2024
2 parents 36d2ea9 + 36bb476 commit e211e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/getting-started/quickstarts/flow-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For additional details on how `flow.json` is configured, [read here.](../../../t

## Grabbing the HelloWorld Contract

For this demo, we are going to be interacting with a simple `HelloWorld` contract that is already deployed on Flow's `testnet` network on account [0x9dca641e9a4b691b](https://contractbrowser.com/A.9dca641e9a4b691b.HelloWorld). In order to grab this project dependency, we'll use Flow's [Dependency Manager](../../../tools/flow-cli/dependency-manager.md) to install it into our project using a source string that defines the network, address, and contract name of the contract we want to import.
For this demo, we are going to be interacting with a simple `HelloWorld` contract that is already deployed on Flow's `testnet` network on account [0xa1296b1e2e90ca5b](https://contractbrowser.com/A.9dca641e9a4b691b.HelloWorld). In order to grab this project dependency, we'll use Flow's [Dependency Manager](../../../tools/flow-cli/dependency-manager.md) to install it into our project using a source string that defines the network, address, and contract name of the contract we want to import.

```
flow dependencies add testnet://0xa1296b1e2e90ca5b.HelloWorld
Expand Down

0 comments on commit e211e4e

Please sign in to comment.