A canister for canister history tracking.
It is assumed that you have:
- Dfinity SDK installed
- NodeJS installed
- yarn installed
Once you have cloned the repository, follow this process in your terminal:
- In your project directory, run this command to install yarn dependencies:
yarn install
- Start local Internet Computer replica:
dfx start --clean --background
- Generate canister type declarations:
dfx generate history_be
- Deploy canisters locally:
dfx deploy
MR Research AG, 2024
Apache-2.0