Implementation of a canister called periodically by a Node.js service; that top-up automatically user-defined canisters with cycles.
.
├── 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