Skip to content

Commit

Permalink
wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-near committed Oct 13, 2023
1 parent d9e8d2f commit 7a22724
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/validator/compile-and-run-a-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ $ echo 'export NEAR_ENV=testnet' >> ~/.bashrc
#### 8. Create a wallet {#create-wallet}
- TestNet: https://wallet.testnet.near.org/
>Node: this wallet is deprecated in favor of other wallets (i.e https://app.mynearwallet.com/) and near-cli will be updated soon to reflect this.
#### 9. Authorize Wallet Locally
A full access key needs to be installed locally to be able transactions via NEAR-CLI.
Expand Down Expand Up @@ -286,6 +287,7 @@ $ near login
![img](/images/5.png)
>Node: this wallet.testnet.near.org is deprecated in favor of other wallets (i.e https://app.mynearwallet.com/) and near-cli will be updated soon to reflect this.
### 10. Prepare validator key
Expand Down Expand Up @@ -494,6 +496,7 @@ echo 'export NEAR_ENV=mainnet' >> ~/.bashrc

#### 8. Create a wallet {#create-wallet}
- MainNet: https://wallet.near.org/
>Node: this wallet.testnet.near.org is deprecated in favor of other wallets (i.e https://app.mynearwallet.com/) and near-cli will be updated soon to reflect this.

#### 9. Authorize Wallet Locally
A full access key needs to be installed locally to be able transactions via NEAR-CLI.
Expand Down Expand Up @@ -523,6 +526,7 @@ near login

![img](/images/5.png)

>Node: this wallet.testnet.near.org is deprecated in favor of other wallets (i.e https://app.mynearwallet.com/) and near-cli will be updated soon to reflect this.

### 10. Prepare validator key

Expand Down

0 comments on commit 7a22724

Please sign in to comment.