{"id":20060616,"url":"https://github.com/oasisprotocol/metadata-registry","last_synced_at":"2026-01-27T17:36:29.738Z","repository":{"id":37862023,"uuid":"284918476","full_name":"oasisprotocol/metadata-registry","owner":"oasisprotocol","description":"Registry of signed statements","archived":false,"fork":false,"pushed_at":"2024-10-04T07:02:25.000Z","size":562,"stargazers_count":13,"open_issues_count":2,"forks_count":176,"subscribers_count":19,"default_branch":"production","last_synced_at":"2025-01-12T22:14:45.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oasisprotocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-04T08:12:55.000Z","updated_at":"2024-11-03T19:08:58.000Z","dependencies_parsed_at":"2023-11-21T10:31:38.961Z","dependency_job_id":"f0852355-9dfc-4c67-8de2-8e7855327980","html_url":"https://github.com/oasisprotocol/metadata-registry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oasisprotocol%2Fmetadata-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oasisprotocol%2Fmetadata-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oasisprotocol%2Fmetadata-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oasisprotocol%2Fmetadata-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oasisprotocol","download_url":"https://codeload.github.com/oasisprotocol/metadata-registry/tar.gz/refs/heads/production","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241488201,"owners_count":19970829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T13:15:58.173Z","updated_at":"2026-01-27T17:36:29.694Z","avatar_url":"https://github.com/oasisprotocol.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oasis Metadata Registry\n\nThis repository contains an off-chain registry of signed statements about\nvarious entities that may exist on the Oasis Network. Each statement is\nself-certifying and should be independently verified before being used.\n\nFor tooling that can be used to verify and access the signed statements\nprogramatically see the [metadata-registry-tools] repository.\n\n\u003c!-- markdownlint-disable line-length --\u003e\n[metadata-registry-tools]: https://github.com/oasisprotocol/metadata-registry-tools\n\u003c!-- markdownlint-enable line-length --\u003e\n\n## Contributing New Statements\n\nNew statements can be contributed by opening a pull request.\n\nTo create an entity metadata statement using [metadata-registry-tools], use the\nfollowing steps:\n\n1. Create an `entity-metadata.json` file describing the metadata statement, for\n   example something like (most fields can be omitted):\n\n   ```json\n   {\n     \"v\": 1,\n     \"serial\": 1,\n     \"name\": \"My entity name\",\n     \"url\": \"https://my.entity/url\",\n     \"email\": \"my@entity.org\",\n     \"keybase\": \"keybase_handle\",\n     \"twitter\": \"twitter_handle\"\n   }\n   ```\n\n   Note that `keybase` and `twitter` fields should contain handles (usernames)\n   not URLs. See [ADR 0001] for the description of all the field formats.\n\n   In case you are updating an existing entry, you must bump the serial number.\n\n2. Fork this repository.\n\n3. Use the [`oasis-cli`] (minimum version 0.7.1) command to generate a new\n   signed statement.\n   For example:\n\n   ```bash\n   oasis account entity metadata-update \\\n      --account my-entity-account \\\n      --registry-dir /path/to/metadata-registry \\\n      /path/to/entity-metadata.json\n   ```\n\n   _Note that for `--registry-dir` you must specify the path to the top-level\n   `metadata-registry` directory (e.g. the one containing this README file) and\n   not any of its subdirectories._\n\n   This will create (or update) the registry entry.\n\n4. Commit your changes in the `registry/` directory and create a pull request.\n   Make sure to NOT commit the plain `entity-metadata.json` file in case you\n   created it in the same directory. The same metadata can be extracted from the\n   generated signed entity statement.\n\n5. Automated checks will make sure that the signed statement is valid and that\n   the update has been performed correctly.\n\n6. If all checks pass your pull request will be approved and merged. Once this\n   happens the updated entity metadata will be available for queries.\n\n\u003c!-- markdownlint-disable line-length --\u003e\n[`oasis-cli`]: https://docs.oasis.io/general/manage-tokens/cli/\n[ADR 0001]: docs/adr/0001-entity-metadata.md\n\u003c!-- markdownlint-enable line-length --\u003e\n\n## Directories\n\n* `docs`: Documentation and specifications for the registry.\n* `registry`: Actual registry of signed statements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foasisprotocol%2Fmetadata-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foasisprotocol%2Fmetadata-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foasisprotocol%2Fmetadata-registry/lists"}