Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spruceid/tzprofiles
Create portable verified profiles on Tezos with public accounts.
https://github.com/spruceid/tzprofiles
dapp verified-profiles
Last synced: 6 days ago
JSON representation
Create portable verified profiles on Tezos with public accounts.
- Host: GitHub
- URL: https://github.com/spruceid/tzprofiles
- Owner: spruceid
- License: apache-2.0
- Created: 2021-03-15T15:58:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T21:01:29.000Z (over 1 year ago)
- Last Synced: 2024-12-06T19:57:00.193Z (about 1 month ago)
- Topics: dapp, verified-profiles
- Language: Svelte
- Homepage: https://tzprofiles.com
- Size: 2.45 MB
- Stars: 38
- Watchers: 10
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![tp header](/docs/tpheader.png)
[![](https://img.shields.io/badge/License-Apache--2.0-green)](https://github.com/spruceid/didkit/blob/main/LICENSE) [![](https://img.shields.io/twitter/follow/tzprofiles?label=Follow&style=social)](https://twitter.com/tzprofiles)
# Tezos Profiles
Tezos Profiles (TZP) is a web application that helps users regain control
of their digital identity for use across platforms. It allows users
to create portable verified profiles by demonstrating control over
their public social media and by self-attesting information. These
verified profiles are then linked to Tezos accounts, allowing any
platform to resolve and establish trusted information to mitigate
identity fraud.This project is split into three components. A web app that end-users will
interact with, a worker that will act as a witness, and a smart contract to act
as a registry.## Security Audits
Tezos Profiles has undergone the following security reviews:
- [March 14th, 2022 - Trail of Bits](https://github.com/trailofbits/publications/blob/master/reviews/SpruceID.pdf) | [Summary of Findings](https://blog.spruceid.com/spruce-completes-first-security-audit-from-trail-of-bits/)## Web App (tzprofiles.com)
Refer to [dapp](dapp).## Smart Contract and SDK
Refer to [contract](contract).## Witness (witness.tzprofiles.com)
Refer to [worker](worker).## Indexer/API (indexer.tzprofiles.com and api.tzprofiles.com)
Refer to [api](api).