Skip to content

quras-official/quras-blockexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 

Repository files navigation

Introduction

BlockExplorer of Quras blockchain.

Dependencies

angular 7.x

Installation

  1. Platform

    Windows 7 64 bit

     $ node --version
     v10.13.0
     $ yarn --version
     1.12.3
    
  1. First create workspace with angular/cli like this.

     $ npm install -g @angular/cli
     $ ng new app
     $ cd app
     $ ng serve --open
    
  1. Generate Components.

     $ cd app
     $ ng generate module block
     $ ng generate component block/blocks
     $ ng generate component block/block
    
    
  1. Environment

    production, development, staging

     $ ng serve --configuration=sandbox
     $ ng build --configuration=sandbox
    

Todo

  1. show page loading

  2. fix block detail page's previous block

  3. responsive to mobile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages