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

Put back env #82

Merged
merged 2 commits into from
May 17, 2021
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ 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 in the `.env` file:
After your account has been created, save the address and private key to the following environment variables:

```sh
# Replace these values with your own!
FLOW_ADDRESS=0xabcdef12345689
FLOW_PRIVATE_KEY=aaaaaa...aaaaaa
export FLOW_ADDRESS=0xabcdef12345689
export FLOW_PRIVATE_KEY=xxxxxxxxxxxx
```

### 4. Deploy the contracts
Expand Down