Giter Site home page Giter Site logo

blockchain's Introduction

Blockchain

Create a simple Angular application that uses the tzkt.io REST service API. Use Observables to pass around data between Services and UI components or use the NgRx framework for state management.

The REST API can be used to fetch data about the Tezos Blockchain.

The application should use the REST API to fetch the list of blocks and show them in a paged table.

The endpoints to fetch the list of blocks are described here.

Each row of the table should show the block level, proposer, timestamp and the number of transactions included in the block (this requires querying the transactions count endpoint and filtering for the desired block levels). The table should be sorted in descending order on the block level.

Clicking on a row should go to a Details page where the block’s transactions are listed in a paged table. Use the transactions endpoint to fetch the transactions for a certain block level. The transactions table should display each transactions’ sender, target, amount and status.

The UI does not need to be fancy, the important part is the code/business logic.

Bonus: Add unit tests.

Demo

Run ng serve for a dev server. Navigate to http://localhost:4200/

blockchain's People

Contributors

uiwebkit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.