Skip to content

Commit 37e08e6

Browse files
authored
chore(CRP-2830): add canister READMEs (#181)
Adds readmes to `backend/{mo|rs}/canisters/*`
1 parent 3c7bdbe commit 37e08e6

4 files changed

Lines changed: 28 additions & 0 deletions

File tree

  • backend
    • mo/canisters
    • rs/canisters
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ic-vetkeys-encrypted-maps-canister
2+
3+
The canister implemented in this folder directly exposes the methods of the encrypted maps.
4+
This is useful for:
5+
6+
1. running canister tests
7+
2. implementing dapps that only require encrypted maps
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ic-vetkeys-manager-canister
2+
3+
The canister implemented in this folder directly exposes the methods of the key manager.
4+
This is useful for:
5+
6+
1. running canister tests
7+
2. implementing dapps that only require a key manager
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ic-vetkeys-encrypted-maps-canister
2+
3+
The canister implemented in this folder directly exposes the methods of the encrypted maps.
4+
This is useful for:
5+
6+
1. running canister tests
7+
2. implementing dapps that only require encrypted maps
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ic-vetkeys-manager-canister
2+
3+
The canister implemented in this folder directly exposes the methods of the key manager.
4+
This is useful for:
5+
6+
1. running canister tests
7+
2. implementing dapps that only require a key manager

0 commit comments

Comments
 (0)