Skip to content

icpfans-xyz/ices-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is ICES

ICES (Internet Computer Event System) is a canister custom event log storage and analysis service on Dfinity. Any canister can access ICES without permission, store the interactive data permanently, and query it through the public API and dashboard provided by ICES.

Concept

  • Proxy Canister: Log data write and query entry. dispatch log data to stroage canister
  • Storage Canister: Canister for storing data

ices

Local run

If you want to test your project locally, you can use the following commands:

# Starts the replica, running in the background
dfx start --background

# Deploys your canisters to the replica and generates your candid interface
dfx deploy

How to test

# Run the file test.sh
./test.sh

IC Mainnet demo

🔗 Links