Skip to content

Commit 922b53f

Browse files
Update README.md
1 parent dff75a1 commit 922b53f

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

template_registry/README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# Template Registry Canister
1+
# 📦 Template Registry Canister
2+
3+
The Template Registry is an example implementation of the DAB Registry Standard interface, written in Rust. We hope that this example implementation acts as an aid for developers implementing their own registries.
4+
5+
> *REMEMBER: Your candid interface must at least contain **everything** included in the [DAB Registry Standard candid interface](https://github.com/Psychedelic/dab/blob/main/candid/standard.did).*
6+
7+
If you have any questions or queries while creating your registry, don't hesistate to reach out to us by [joining our Discord](https://discord.gg/yVEcEzmrgm).
8+
9+
## 🖋 Implementations of Available Methods
10+
11+
The Template Registry comes with the four mandatory methods to meet the DAB Registry Standard.
12+
13+
### Required Methods
14+
Here are some links to the implementations of the DAB Registry Standard's required methods:
15+
16+
- [name](https://github.com/Psychedelic/dab/blob/278f25c20ad426c58f8d97dfa352c20dfb9999de/template_registry/src/registry.rs#L52)
17+
- [get](https://github.com/Psychedelic/dab/blob/278f25c20ad426c58f8d97dfa352c20dfb9999de/template_registry/src/registry.rs#L57)
18+
- [add](https://github.com/Psychedelic/dab/blob/278f25c20ad426c58f8d97dfa352c20dfb9999de/template_registry/src/registry.rs#L65)
19+
- [remove](https://github.com/Psychedelic/dab/blob/278f25c20ad426c58f8d97dfa352c20dfb9999de/template_registry/src/registry.rs#L83)
20+

0 commit comments

Comments
 (0)