Skip to main content

How to enable/disable memo for transfers

This recipe demonstrates how to enable or disable the memo requirement for transfers on your account. When enabled, all transfers to your account must include a memo field.

Prerequisites

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

Demo script

Key Features

This recipe includes examples for:

  • Online method - Using FT4 client sessions for simple account configuration
  • Offline method - Creating and signing GTX transactions locally for advanced control
  • Account security - Managing memo requirements for enhanced transfer tracking
  • Session management - Using authenticated sessions to modify account settings

Learn more