Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

Two useful possibilities leveraging GitHub #41

@ChristopherA

Description

@ChristopherA

Though this spec is focused in git, not GitHub, there are three features of github that may be very useful.

The first is that all GitHub users who have registered GPG keys for file signing, you can access their public key by just appending .gpg to their user name, such as https://github.com/ChristopherA.gpg — this makes GitHub alternative source for keys rather than the problematic key servers.

The 2nd is that gists are actually small git repos, so you add additional files and can sign commits with GPG. You can check it out with git clone git@gist.github.com:855bf8e4774375613c6b2e1226501ba6.git

The third, as you'll note above, any user gist, such as https://gist.github.com/ChristopherA/855bf8e4774375613c6b2e1226501ba6 can also be accessed without the user name at https://gist.github.com/855bf8e4774375613c6b2e1226501ba6 which is short enough to fit in an BTCR OP_RETURN.

All of this may make gists a useful place to store a DID or VCs.

-- Christopher Allen

cc: @rxgrant @kimdhamilton @joeandrieu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions