alejandrocoding / tezos-transaction-table

Table to show tezos transaction using Angular & ngRx and hosted by Firebase

Home Page:https://tezos-transactions.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tezos Test - Transactions Table

This is an Angular application to show operations provided by tzstats API to show transactions in a table with virtual scroll and infinite scroll.

This is a standard Angular CLI application, so the steps to build, run, test and e2e are the normal ones, please read on to see more information about it.

App Screenshot

How to run locally

  1. Clone this repository and install dependencies using npm install inside the cloned folder
  2. Run the local development server using npm start (watch mode enabled)
  3. Open localhost:4200

How to run tests

To run unit tests: npm run test

To run end to end tests: npm run e2e

Make sure to have chrome driver version aligned with chrome version.

vscode debug configuration added to debug

About

Table to show tezos transaction using Angular & ngRx and hosted by Firebase

https://tezos-transactions.web.app/


Languages

Language:TypeScript 80.3%Language:HTML 8.2%Language:JavaScript 7.3%Language:CSS 4.1%