Skip to content

BlockchainDevCamp/Block-Explorer

Repository files navigation

BlockExprorer

The Block Exprorer is an application which:

How to start

  • First if you don't have angular cli
npm install -g @angular/cli
  • Get in the folder with console and type
npm install

then

ng serve

after a about minute it shoud start at http://localhost:4200/

API

Blockchain

port http://localhost:4200/

Block

port http://localhost:4200/block/{Block index}

Block Transactions

port http://localhost:4200/block/{Block index}/transactions

All transactions

port http://localhost:4200/transactions

Transaction

port http://localhost:4200/transactions/{Transaction Hash}

Address Balance

port http://localhost:4200/address/{Address}

About

repository holding the source code for the Block Explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published