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