UNPKG

fcash-insight

Version:
47 lines (40 loc) 1.71 kB
<!-- Generated template for the HomePage page. See http://ionicframework.com/docs/components/#navigation for more info on Ionic pages and navigation. --> <ion-header> <head-nav [title]="'Insight'"></head-nav> </ion-header> <ion-content padding> <div class="page-content"> <div class="latest-blocks"> <h1>Latest Blocks</h1> <latest-blocks [numBlocks]="13" [showTimeAs]="'age'" [showAllBlocksButton]="true"></latest-blocks> </div> <!-- <div> <h1>Latest Transactions</h1> <latest-transactions [refreshSeconds]="8"></latest-transactions> </div> --> <div class="about"> <p> <strong>Insight</strong> is an open-source Bitcoin blockchain explorer developed by <a href="https://www.fcash.cash/" target="_blank">Fcash</a>. Insight also provides a complete REST and websocket API, giving developers access to more advanced blockchain queries than those provided by many Bitcoin node implementations.</p> <p> The Insight project is available <a href="https://github.com/fcash-wallet/fcash-insight" target="_blank">on GitHub</a>.</p> <div id="powered" class="row"> <div class="powered-text"> <small class="text-muted">Powered by</small> </div> <a href="http://www.fcash.cash" target="_blank" class="fcashtitle="Fcash"></a> <a href="https://angular.io/" target="_blank" class="angular" title="Angular"></a> <a href="https://code.google.com/p/leveldb/" target="_blank" class="leveldb" title="LevelDB"></a> <a href="http://nodejs.org" target="_blank" class="nodejs" title="NodeJs"></a> </div> </div> </div> </ion-content>