You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
0 commit comments