Skip to content

Commit

Permalink
Add Gaianet as a registry
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Sep 18, 2024
1 parent cf8192f commit 191627d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions app/src/app/registries/registries.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,27 @@ export class RegistriesComponent implements AfterViewInit {
},
});

await this.identity.web5.dwn.records.create({
data: {
registry: 'gaianet',
name: 'Gaianet Ecosystem',
title: 'Project galary from Gaianet Ecosystem',
description: 'Use Gaianet to find the regenerative projects, places, products, knowledge and tools you need.',
url: 'https://www.gaianet.earth/',
icon: 'https://images.squarespace-cdn.com/content/v1/5f19985874011d5032b0bf8e/1615319719509-BJHSX0FA2FRN837UG9I6/gaianet-logo.png?format=500w',
owner: this.identity.did,
},
message: {
published: true, // Admin account publish for everyone to see.
protocol: registry.uri,
protocolPath: 'profile',
dataFormat: 'application/json',
tags: {
module: 'registries',
},
},
});

await this.identity.web5.dwn.records.create({
data: {
registry: 'terra-registry',
Expand Down

0 comments on commit 191627d

Please sign in to comment.