Skip to main content

How to get an account by ID

This recipe demonstrates how to retrieve an account from the Chromia blockchain by its ID using the FT4 library.

Prerequisites

  • Node.js
  • FT4 client: npm install @chromia/ft4
  • Postchain client: npm install postchain-client

Demo script

Learn more