Scout Chart Creator
  • Overview
  • Get Started
    • Tutorial 1: NMR Daily Transaction Count
    • Tutorial 2: LPT Weekly Volume (USD)
    • Tutorial 3: NMR vs LPT Daily comparison
  • Pipeline
    • Filter
    • Project
    • Group
      • Accumulators
    • Sort
    • Unwind
    • Custom
  • Data Source
    • Transactions
    • States
    • Contracts
    • Aragon
    • Livepeer
    • dYdX
    • Set
    • Token holders
  • Operators
    • Math operators
    • Logic operators
    • Function operators
    • Array operators
    • String operators
  • Config
  • Protocols
    • Dodo
      • 24H trade volume
      • Deposit & Withdraw
    • Livepeer
    • dYdX
      • Making sense of the trade data
    • MakerDao
    • Pickle Finance
      • Example: Daily deposit and withdraw of jar 0.88
      • Example: Listing all borrows of a strategy
  • FAQ
    • Dealing with "logs" field in "Transaction"
    • How to handle "Query Timeout" error?
    • How to use a variable in a Pipeline
  • Research
    • The circulating supply of DODO tokens
    • How are bitcoins doing on Ethereum? (as of Jan 20th 2021)
Powered by GitBook
On this page

Was this helpful?

Get Started

PreviousOverviewNextTutorial 1: NMR Daily Transaction Count

Last updated 4 years ago

Was this helpful?

Tutorial 1: We will go through a simple example of visualizing the daily transaction count of an ERC20 token. You will learn the basics of how to use Filter and Group instructions. In the Group instruction, we also use the operator sum.

Tutorial 2: We will go through a more complicated example of visualizing the weekly volume (in USD) of an ERC20 token. You will learn a new instruction Project and new operators such as filter, tokenExchange, divide, eq and and.

Tutorial 3: We will go through an even more complicated example: Comparing two tokens' activities. You will use Filter, Group and Project three instructions altogether. We will also introduce you a new operator called arraySize

Tutorial 1: Daily Transaction Count
Tutorial 2: LPT Weekly Volume (USD)
Tutorial 3: NMR vs LPT Daily comparison