subspace / auto-sdk

2 stars 0 forks source link

Add `Registry` into `auto-id` #17

Open abhi3700 opened 1 month ago

abhi3700 commented 1 month ago

Add Registry module to @autonomys/auto-id and an example showing how to register an auto-id.

### Tasks
- [x] Create a Registry class
- [x] Composes an extrinsic and calls the registry module
- [x] Register a certificate in the registry.
- [x] Example of registering an auto ID of issuer & user.
- [x] Test on Devnet (with auto-id domain)
abhi3700 commented 2 weeks ago

WIP on fix-issue-17 branch