Chapter 16. Developing the blockchain client in Vue.js

This chapter covers

  • Reviewing the Vue.js version of the blockchain web client
  • Running a Vue app that works with two servers in dev mode
  • The flow of data, from entering a transaction to generating a block
  • Arranging communications between the blockchain’s client components

In the previous chapter, you learned the basics of Vue, and now we’ll review a new version of the blockchain app with the client portion written in Vue. The source code of the web client is located in the blockchain/client directory, and the messaging server located in the blockchain/server directory.

The code for the server side remains the same as in chapter 14, and the functionality of this version of the blockchain ...

Get TypeScript Quickly now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.