aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Create-Wallet.md
blob: 457a3641bbe9a659f6a64df2c0b7a1fc3ffbb77f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Create Wallet
A cryptocurrency wallet is a store to keep private keys when interacting with blockchains. Tangerine foundation provides the following browser wallets:

- [Chrome](https://chrome.google.com/webstore/detail/tangerine-wallet/pmfboceaaldgniakejfcfkidccbiimae)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/tangerine-wallet/)

## Precautions
There is still no best practice in protecting private keys when holding/using cryptocurrency. What we provide is simply the most convenient way, use it at your own risk.

### Wallet Secrets
There are three types of secrets when using a Tangerine wallet.

#### Password
A password is required when accessing secrets through the wallet, ex.
- export the private key of one account.
- reveal seed phrases.

#### Seed Phrases
The seed phrases composed of 12 or 24 words is used to generate private keys for newly created accounts. Since all private keys generated from one set of seed phrases are identical, it can be used to migrate your account from one computer to another.

#### Accounts
An account in Tangerine Wallet is actually a private key, which can be used to interact with Tangerine blockchain.

### Risks
If your computer gets hacked, the hacker might stole your account or seed phrases, and transfer your digital assets to somewhere else.

Or you may lose your secrets for some reason. If that happened, no one but GOD can access those digital assets.

## Install Tangerine Wallet
Please go to this [link](https://tangerine-network.io/faucet) and follow instructions to install Tangerine Wallet. If the wallet is freshly installed (not from restoration), you will get 12 **seed words**, please keep them secretly and safely.

## Create New Accounts
When Tangerine wallet successfully installed, a default account would be created and ready to use. If you need more accounts, it can be done via Tangerine Wallet:
- click the [blockie](https://github.com/download13/blockies) image on the top-right corner.
- click **Create Account** element.
- click **Create** Button or give this account a name.

## Restore from seed words
The accounts created on one wallet can be migrated to another computer via seed words.
- install Tangerine Wallet. Instead of creating it freshly, choose **Import with seed phrase**
- type in those seed phrases you keep secretly before. NOTE: the order of words does matter.
- setup new password.
- restore those accounts by creating them again.