Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ORIGYN-SA/motoko_top_up_canister
Canister that tops up cycles to a list of canisters + its javascript script
https://github.com/ORIGYN-SA/motoko_top_up_canister
Last synced: 3 months ago
JSON representation
Canister that tops up cycles to a list of canisters + its javascript script
- Host: GitHub
- URL: https://github.com/ORIGYN-SA/motoko_top_up_canister
- Owner: ORIGYN-SA
- License: apache-2.0
- Archived: true
- Created: 2021-04-08T19:43:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T19:52:29.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T00:14:11.346Z (6 months ago)
- Language: Modelica
- Size: 185 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-motoko - motoko_top_up_canister - Implementation of a canister called periodically by a Node.js service; that top-up automatically user-defined canisters with cycles. (Applications / Canister tools)
- awesome-motoko - motoko_top_up_canister - Implementation of a canister called periodically by a Node.js service; that top-up automatically user-defined canisters with cycles. (Applications / Canister tools)
README
## 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](./docs/ICP%20Canisters%20Automatic%20Top-up.png)
### 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
```