Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 530 Bytes

ICP Canisters Automatic Top-up Service

Implementation of a canister called periodically by a Node.js service; that top-up automatically user-defined canisters with cycles.

High level Diagram

diagram

Directory structure

.
├── README.md
├── backend_service # contains the back-end service that would be running and call periodically the canister
├── canisters # contains the canisters codes with some examples canisters
└── docs