How to make a transfer
This recipe demonstrates how to create and execute asset transfers on the Chromia blockchain using both EVM and FT4 key pairs.
- JS/TS client
Prerequisites
- Node.js
- FT4 client:
npm install @chromia/ft4
- Postchain client:
npm install postchain-client
Demo script
Key Features
This recipe includes examples for:
- FT4 key transfers - Using native Chromia key pairs
- EVM key transfers - Using Ethereum-compatible key pairs
- Asset management - Transferring CHR and other FT4 assets
- Account sessions - Managing account authentication and sessions
Learn more
- FT4 client documentation — covers account management and FT4 operations.
- Asset management — detailed guide on FT4 transfers and assets.
- Account management — understanding FT4 accounts and authentication.
- JavaScript/TypeScript client — covers setup, connection, and usage patterns.