Skip to content

Examples Overview

Before we walk you through some examples let’s familiarize you with some of the common commands and filters you can use.

💡 TIP: You can get a list of all available commands by using the -h or -help flag.

  1. -filter-type (There are 3 filter types: Transaction, Block and Rollback)
    • -filter-type chainsync.transaction
    • -filter-type chainsync.rollback
    • -filter-type chainsync.block
  2. -filter-policy xyz... (filter by policy id)
  3. -filter-asset asset1xyz... (filter by asset id)
  4. -filter-address addr1xyz... (filter by wallet receive address)
  5. -filter-address stake1xyz... (filter by stake address)
  6. -filter-pool poolxyz... (filter by stake pool id)
  1. -output log
  2. -output notify
  3. -output webhook
  4. -output push
  • -input-chainsync-network (There are 3 networks: preview, preprod, mainnet)
    • -input-chainsync-network preview
    • -input-chainsync-network preprod
    • -input-chainsync-network mainnet

Now that we have an overview of the type of filters and commands you can use, let’s walk through some examples to get you familiar with the power of Adder.

  1. Example 1 - Watch My Wallet and get a Desktop Notification
  2. Example 2 - Watch a Token and get a Desktop Notification
  3. Example 3 - Watch an SPO and get an Alert in Discord
  4. Example 4 - Watch a Smart Contract for a Specific Asset ID and get a Desktop Notification