How to get accounts by signer
This recipe demonstrates how to retrieve all accounts associated with a specific signer's public key or EVM address using the FT4 library.
- JS/TS client
Prerequisites
- Node.js
- FT4 client:
npm install @chromia/ft4
- Postchain client:
npm install postchain-client
Demo script
Learn more
- FT4 client documentation — covers account management and FT4 operations.
- Account management — detailed guide on FT4 account operations.
- JavaScript/TypeScript client — covers setup, connection, and usage patterns.