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
- DFX CLI needs to be installed locally
- Learn how to install and use the ICES SDK. learn more
2.2 Using ICES Explorer
- Access ICES Explorer
- View log information
III. Introduction to ICES Explorer
3.1 Home Page
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
ICES Cumulative total of all access canister and the trend of the last 7 days, the last 24 hours increase
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
ICES Latest Event Log Information
Use the search box to view the specified canister or caller information
3.2 Canister Details
- Accessed via the canisterID chain in the home event log list
- Use the search box to find access by typing in canisterID
Details page
canister's cumulative total of all event logs and the number of increases in the last 24 hours
canister the cumulative total number of all occurring event log callers and the number of increases in the last 24 hours
check canister on icrock and icp123
Use the event filter function to view the specified event log
View the event log of the specified caller
View the event log of the specified time
View canister recent 24h, 7d, 30d, all events log and callers trend analysis graph
3.3 Caller Details
- Accessible via the caller link in the event log list on the home page
- Use the search box to enter callerID lookup to enter
- Details
The cumulative total number of all event logs of caller and the number of increase in the last 24 hours
View the caller's information in icrock
- Use the event filter function to view the specified event log
Optional parameters
โข Select event key
โข Enter canisterID
โข Select time
- View Caller's recent 24h, 7d, 30d, all events log and callers trend analysis chart