summaryrefslogtreecommitdiff
path: root/help/empty-wallet.html
blob: d819bb33dfeca2dd592da0d868109a25fca80b6a (plain)
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
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>GNU Taler Help - Empty Wallet</title>
    <meta name="description" content="">
      <!--# include file="common/header.inc" -->
  </head>
  <body class="en" onLoad="loadLang();">
    <!--# include file="common/navigation.inc" -->
    <div class="container">
      <!-- Jumbotron -->

      <div class="row">
        <div class="col-lg-12">
          <h2 lang="en">Your wallet is empty!</h2>
          <p lang="en">You have succeeded with installing the Taler wallet.  However, before
             you can buy articles using the Taler wallet, you must withdraw electronic coins.
             This is typically done by visiting your bank's online banking Web site.  There,
             you instruct your bank to transfer the funds to a Taler exchange operator.  In
             return, your wallet will be allowed to withdraw electronic coins.</p>
          <p lang="en">At this stage, we are not aware of any regular exchange operators issuing
             coins in well-known currencies.  However, to see how Taler would work, you
             can visit our "fake" bank at
             <a href="https://bank.demo.taler.net/">bank.demo.taler.net</a> to
             withdraw coins in the "KUDOS" currency that we created just for
             demonstrating the system.</p>
        </div>
      </div>

      <!--# include file="common/footer.inc" -->
    </div> <!-- /container -->
  </body>
</html>