2018-07-31 15:03:20 +02:00
< ion-view id = "shapeshift" class = "settings" show-tabs >
2017-12-12 17:15:39 +09:00
< ion-nav-bar class = "bar-royal" >
< ion-nav-title >
{{'Shapeshift'|translate}}
< / ion-nav-title >
< ion-nav-back-button >
< / ion-nav-back-button >
< / ion-nav-bar >
< ion-content >
2018-08-02 15:42:35 +02:00
< div ng-include = "'views/thirdparty/shapeshift-header.html'" > < / div >
2018-07-31 15:03:20 +02:00
< div class = "list card empty-case" >
2018-08-02 15:15:23 +02:00
< div >
< img class = "swap-image" src = "img/shapeshift_swap.png" / >
2017-12-14 13:26:58 +09:00
< / div >
2018-07-31 15:03:20 +02:00
< div class = "subtitle" >
2018-08-02 16:05:12 +02:00
< p translate > Exchange your BTC to BCH in minutes.< / p >
2018-07-31 15:03:20 +02:00
< div ng-show = "!walletsWithFunds.length" >
2018-08-02 16:05:12 +02:00
< p translate > To start the process you need to add funds to your wallet.< / p >
2017-12-14 13:26:58 +09:00
< / div >
2018-07-31 15:03:20 +02:00
< div ng-show = "walletsWithFunds.length" >
< p translate > The process is fast and you will receive the exchanged amount in your wallet.< / p >
2017-12-14 13:26:58 +09:00
< / div >
2018-07-31 15:03:20 +02:00
< div ng-show = "!hasWallets" translate > To get started, you'll need to create a bitcoin wallet and get some bitcoin.< / div >
< div class = "padding buttons" >
< button class = "button button-standard button-green" ng-click = "buyBitcoin()" ng-show = "!walletsWithFunds.length" translate > Buy Bitcoin now< / button >
2018-08-17 11:59:27 +12:00
< button class = "button button-standard button-white" ng-click = "showMyAddress()" ng-show = "!walletsWithFunds.length" translate > Show my address< / button >
2018-07-31 15:03:20 +02:00
< button class = "button button-standard button-green" ng-click = "createWallet()" ng-show = "!hasWallets" translate > Create bitcoin wallet< / button >
2018-08-01 11:53:58 +02:00
< button class = "button button-standard button-shapeshift track_shapeshift_start_click" ng-click = "shapeshift()" ng-show = "walletsWithFunds.length" translate > Start ShapeShift< / button >
2017-12-12 17:15:39 +09:00
< / div >
2017-12-14 13:26:58 +09:00
< / div >
2018-07-31 15:03:20 +02:00
< / div >
2018-07-31 17:21:56 +02:00
< div class = "third-party-notice" translate > This service is provided by the third-party ShapeShift, who will charge a small fee for the service. The fee will be shown before you start the transaction.< / div >
2017-12-14 13:26:58 +09:00
< / ion-content >