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

Commit

Permalink
Update near login documentation (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoghost26 authored Jun 8, 2023
1 parent 98fdf2c commit dcfb2a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ This API Key will be saved in a config and used for each command you execute wit
near login
```

**Custom wallet url:**

Default wallet url is `https://wallet.testnet.near.org/`. But if you want to change to a different wallet url, you can use `--walletUrl` option.
```
near login --walletUrl https://testnet.mynearwallet.com/
```

#### Access Key Location:

- Once complete you will now have your Access Key stored locally in a hidden directory called `.near-credentials`
Expand Down

0 comments on commit dcfb2a8

Please sign in to comment.