Get Started

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 1: Daily Transaction Count

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 2: LPT Weekly Volume (USD)

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 3: NMR vs LPT Daily comparison

Last updated