https://github.com/dysbulic/idx-account-linker
Simple React app to link accounts to an IDX DID.
https://github.com/dysbulic/idx-account-linker
Last synced: 2 months ago
JSON representation
Simple React app to link accounts to an IDX DID.
- Host: GitHub
- URL: https://github.com/dysbulic/idx-account-linker
- Owner: dysbulic
- Created: 2021-02-07T12:46:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T08:00:10.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T23:57:36.523Z (4 months ago)
- Language: JavaScript
- Homepage: https://dysbulic.github.io/idx-account-linker/
- Size: 42 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IDX Account Linker
Create verifiable credentials representing control of social media accounts (currently Github).
## Setup
A copy of the document definition IDs is checked into the repo, but should you need to generate a new set, the method is:
* `RANDBYTES=$(node -e "console.log(require('crypto').randomBytes(32).toString('hex'))")`
* `SEED=$RANDBYTES yarn bootstrap`## Development
This is a create-react-app-based application, so all the usual procedures apply. To get it running should just be `yarn && yarn start`.