Lesson 6 - Build the client
In this lesson, you'll set up your development environment and connect to the Chromia blockchain. You'll import
necessary modules from Chromia postchain-client
, and you will learn how to implement the different functions in your
front-end app.
Next, you'll query the blockchain and transmit transactions using the client instance. To sign transactions, we will use
the postchain-client
library. You'll generate a cryptographic key pair to secure transaction signing.
Finally, you'll see a practical example where we create and query for entities.