Skip to main content

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.

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