Skip to content

Commit

Permalink
added explanation on how to add handle
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Oct 25, 2023
1 parent 9d0585d commit ab7a523
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added .github/github-on-chain-identity-process.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ They are:
- `github-handles`: All the fellows handles separated by commas
- Example: `user-1,user-2,user-3`

## Adding github account to your on-chain identity

Adding the github account to your identity requires the usage of the `additional` fields in the identity info. This is currently only supported by using the [polkadot-js bare extrinsic interface](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.polkadot.io#/extrinsics). See the following image for an example:

![Add github name to the additional fields of the on-chain identity](.github/github-on-chain-identity-process.jpg)

You should also at least add the `display` field. If you want to add `utf8` characters, you need to hex encode them and put the hex string (`0x` prefixed) into the field.

## Deployment

To deploy a new version you need to update two files:
Expand Down

0 comments on commit ab7a523

Please sign in to comment.