https://github.com/thepushkarp/fvm-credentials
https://github.com/thepushkarp/fvm-credentials
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thepushkarp/fvm-credentials
- Owner: thepushkarp
- Created: 2022-12-03T13:17:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T12:58:17.000Z (over 3 years ago)
- Last Synced: 2025-02-27T01:05:58.991Z (over 1 year ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# fvm-credentials
A ZKP-based credential store and KYC system on FVM and IPFS. Allows clients to trustlessly verify a credential holder's identity.
### About
In order to allow a verifier to trustlessly verify a credential holder's identity claim, we have built a credential store, a DID Architecture and a DID Registry on FVM so that a certificate holder can upload their documents to the credential store. No actual documents leave the holder's system ever and only other hashes of the credentials and metadata get stored on IPFS.
### Installation
```bash
npm install fvm-credentials
```
### Development
- Install Dependencies.
```sh
npm install
```
- To run the test.
```sh
npm test
```
---
### Technologies Used
- [Node](https://nodejs.org)
- [FVM](https://fvm.filecoin.io/)
- [IPFS](https://ipfs.tech/)
- [Babel](https://babeljs.io/)
### Dependency Packages and repositories
- [fvm-did-registrar](https://github.com/amany9000/fvm-did-registrar)
- [fvm-did-resolver](https://github.com/amany9000/fvm-did-resolver)
- [fvm-did-registry-contract](https://github.com/amany9000/fvm-did-registry-contract)
---
### Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
---
### Team Members
- [Divyesh Puri](https://github.com/DivyeshPuri)
- [Pushkar Patel](https://github.com/thepushkarp/)
- [Aman Yadav](https://github.com/amany9000)
---
Found a bug? Create an [issue](https://github.com/thepushkarp/fvm-credentials/issues).