Skip to content

Commit

Permalink
Merge pull request #248 from oiclid/existing-wallet
Browse files Browse the repository at this point in the history
edited docs to include instructions on how to import existing accounts
  • Loading branch information
Hooman Digital authored Jun 21, 2024
2 parents 4119e30 + 3fe28d5 commit c28e8a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/content/Docs/deployments/sandbox/installation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Explore detailed steps and options of the Akash CLI. In this guide we will defin
- [Make the Path Active in the Current Session](#make-the-path-active-in-the-current-session)
- [Verify Akash Install](#verify-akash-install)
- [From Source](#from-source)
- [Import an Existing Account(#import-existing-account)]
- [Create an Account](#create-an-account)
- [Fund your Account](#fund-your-account)
- [Expected Result](#expected-result)
Expand Down Expand Up @@ -207,6 +208,19 @@ Once you have the dependencies properly setup, download and build `akash` using
</TabContent>
</TabsWrapper>

## Import an Existing Account

If you have an existing account saved in the system path, you may import using:

```
provider-services keys add default --recover
```

Otherwise, head to the [next](#create-an-account) section.


## Create an Account

Configure the name of your key. The command below will set the name of your key to `myWallet`, run the below command and replace `myWallet` with a name of your choice:
Expand Down

0 comments on commit c28e8a0

Please sign in to comment.