Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #92 from comtechnet/ctn-doc-deploy-branch
Browse files Browse the repository at this point in the history
Ctn doc deploy branch
  • Loading branch information
10thfloor authored Jun 7, 2021
2 parents 9448236 + 83c2cc6 commit dec733f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,18 @@ Go to the [Flow Testnet Faucet](https://testnet-faucet-v2.onflow.org/) to create

#### Save your keys

After your account has been created, save the address and private key to the following environment variables:
After your account has been created, export the following environment variables to your shell:

```sh
# Replace these values with your own!
export FLOW_ADDRESS=0xabcdef12345689
# Replace these values with the address returned from the faucet and the
# private key you generated in the first step!

export FLOW_ADDRESS=address
export FLOW_PRIVATE_KEY=xxxxxxxxxxxx
```

Note: It's important that these variables are exported in each shell where you're running any of the commands in this walkthrough.

### 4. Deploy the contracts

```sh
Expand Down

0 comments on commit dec733f

Please sign in to comment.