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.
- Proxy Canister: Log data write and query entry. dispatch log data to stroage canister
- Storage Canister: Canister for storing data
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
# Run the file test.sh
./test.sh
- Website https://ices.one/
- Twitter https://twitter.com/icesHQ
- Code https://github.com/icpfans-xyz/ices-contract