Skip to main content

Explorer Getting started

I. Background

  • Background: Since there is a big difference between IC and EVM blockchain, and there is no event logging system, the event logging function needs to be implemented by the project party itself, ICES is an event logging system developed to solve a problem.

  • Target group: All IC's ecological project parties and IC users

  • Technical application scenario: Need to listen to canister events, collect canister information, and perform specific analysis of canister usage

  • The overall idea: load ICES Motoko SDK or Rust SDK in the project, call ICES to provide a response to collect event information where the business needs to record event information, and finally ICES will collect these event logs processed and displayed in ICES Explorer

II. Operation steps

2.1 Preparation

2.2 Using ICES Explorer

III. Introduction to ICES Explorer

3.1 Home Page

img1

  1. ICES all canister's cumulative total of all event logs and the trend of the last 7 days, the number of the last 24 hours increase
    img2

  2. ICES Cumulative total of all access canister and the trend of the last 7 days, the last 24 hours increase
    img3

  3. ICES Cumulative total number of callers generating event logs and the trend of the last 7 days and the increase of the last 24 hours in all accessed canisters
    img4

  4. ICES Latest Event Log Information
    img5

  5. Use the search box to view the specified canister or caller information img6

3.2 Canister Details

  1. Accessed via the canisterID chain in the home event log list
  2. Use the search box to find access by typing in canisterID
  1. Details page
    img7

  2. canister's cumulative total of all event logs and the number of increases in the last 24 hours
    img8

  3. canister the cumulative total number of all occurring event log callers and the number of increases in the last 24 hours
    img9

  4. check canister on icrock and icp123
    img10

  5. Use the event filter function to view the specified event log
    img11

  6. View the event log of the specified caller
    img12

  7. View the event log of the specified time
    img13

  8. View canister recent 24h, 7d, 30d, all events log and callers trend analysis graph
    img14

3.3 Caller Details

  1. Accessible via the caller link in the event log list on the home page
  2. Use the search box to enter callerID lookup to enter
  1. Details
    img15
  1. The cumulative total number of all event logs of caller and the number of increase in the last 24 hours
    img16

  2. View the caller's information in icrock
    img17

  1. Use the event filter function to view the specified event log
    Optional parameters
    โ€ข Select event key
    โ€ข Enter canisterID
    โ€ข Select time
    img18
  1. View Caller's recent 24h, 7d, 30d, all events log and callers trend analysis chart
    img19