Skip to content

A Solana Token2022 transfer hook program that emits an event whenever a transfer of more than 1,000 tokens occurs.

License

Notifications You must be signed in to change notification settings

wdcodecn/transfer-hook-whale

 
 

Repository files navigation

Transfer Hook Whale 🐳

Solana Anchor

Overview

A sample Solana Token2022 transfer hook program. Emits an event whenever a token transfer of more than a specified amount occurs.

Prerequisites

Before you begin, ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/whale-alert-hook.git
    cd whale-alert-hook
  2. Build the program:

    anchor build
  3. Deploy the program:

    anchor deploy

About

A Solana Token2022 transfer hook program that emits an event whenever a transfer of more than 1,000 tokens occurs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 85.5%
  • TypeScript 14.5%