-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,60 @@ | ||
--- | ||
title: PRIMUS | ||
title: Primus | ||
image: /img/socialCards/primus.jpg | ||
--- | ||
|
||
[PRIMUS](https://www.primuslabs.xyz) is a cryptography-based attestation protocol to bring all Internet | ||
data into smart contracts. PRIMUS applies advanced cryptography to minimize trust and enables end | ||
[Primus](https://www.primuslabs.xyz) is a cryptography-based attestation protocol to bring all Internet | ||
data into smart contracts. Primus relies heavily on cryptography to minimize trust, and enables end | ||
Check warning on line 7 in docs/get-started/tooling/attestations/primus.mdx GitHub Actions / Spelling
|
||
users to prove the correctness of their personal web data in a privacy-preserving manner. | ||
|
||
The core techniques used in PRIMUS include zkTLS and zkFHE. End users run PRIMUS client apps to attest their personal web data and create related data proofs with the help of PRIMUS nodes. These data proofs are cryptographically verified attestations with security guarantees including: | ||
The core techniques used in Primus include zkTLS and zkFHE. End users run Primus client apps to attest their personal web data, and create related data proofs with the help of Primus nodes. These data proofs are cryptographically verified attestations with security guarantees including: | ||
|
||
- **Data authenticity**: The user web data is retrieved from the indicated data source with verified integrity | ||
secured by zkTLS and other advanced cryptographic techniques. | ||
- **Privacy**: When coupled with specific application logic users' sensitive information is | ||
- **Data authenticity**: The user web data is honestly retrieved from the indicated data source, and | ||
Check warning on line 12 in docs/get-started/tooling/attestations/primus.mdx GitHub Actions / Spelling
|
||
the integrity is secured by zkTLS and other advanced cryptographic techniques. | ||
- **Privacy**: When coupled with specific application logic, users' sensitive information is | ||
well-protected under the zero-knowledge property. | ||
|
||
The zkTLS and zkFHE techniques are general enough for both data source integration and data | ||
computation. You can create your own attestations such as: | ||
The zkTLS and zkFHE techniques are general enough for both data source integration and data | ||
computation. For instance, you can create your own attestations including but not limited to: | ||
|
||
- Proofs of CEX assets: Alice has more than 1000 USD for her total token values in Coinbase | ||
- Proofs of specific token holding: Alice holds more than 2 ETH in Binance | ||
- Proofs of nationality: Alice is a verified bank user with British nationality | ||
- Proofs of gaming activity: Bob plays more than 10 hours per day on Steam games | ||
- Proofs of CEX assets, e.g., Alice has more than 1000 USD for her total token values in Coinbase; | ||
Check failure on line 20 in docs/get-started/tooling/attestations/primus.mdx GitHub Actions / Spelling
|
||
- Proofs of specific token holding, e.g., Alice holds more than 2 ETH in Binance; | ||
Check failure on line 21 in docs/get-started/tooling/attestations/primus.mdx GitHub Actions / Spelling
|
||
- Proofs of nationality, e.g., Alice is a verified bank user with British nationality; | ||
Check failure on line 22 in docs/get-started/tooling/attestations/primus.mdx GitHub Actions / Spelling
|
||
- Proofs of a heavy gamer, e.g., Bob plays more than 10 hours per day on Steam games. | ||
Check failure on line 23 in docs/get-started/tooling/attestations/primus.mdx GitHub Actions / Spelling
|
||
|
||
## For developers | ||
|
||
The PRIMUS team is creating a template-based SDK (in progress) for developers to build their own | ||
applications using PRIMUS' off-chain attestation capabilities. The SDK will encapsulate the details | ||
of underlying cryptographic algorithms and protocols and provide high-level interfaces for | ||
application developers to manage the data retrieval and data computation. Developers can leverage | ||
The Primus team is creating a template-based SDK (in progress) for developers to build their own | ||
applications using Primus' off-chain attestation capabilities. The SDK will encapsulate the details | ||
of underlying cryptographic algorithms and protocols, and provide high-level interfaces for | ||
application developers to manage the data retrieval and data computation. Developers can leverage | ||
the SDK in two aspects: | ||
|
||
- Use the data source templates to integrate with any preferred Internet data source and to attest | ||
- Use the data source templates to integrate with any preferred Internet data source, and to attest | ||
the corresponding type of data. | ||
- Define and implement their own application logic by integrating with data consumption templates. | ||
|
||
## Networks | ||
|
||
PRIMUS is deployed on Linea and integrated with [Verax](https://github.com/Consensys/verax-documentation) | ||
a public attestation registry to store and manage attestation data that can be accessed by any | ||
party. This means PRIMUS users can submit these data proofs to Linea via Verax which can be further | ||
accessed by other dapps. The following contract address is the PRIMUS portal contract: | ||
Primus is deployed on Linea, and integrated with [Verax](https://github.com/Consensys/verax-documentation), | ||
a public attestation registry to store and manage attestation data that can be accessed by any | ||
party. This means Primus users can submit these data proofs to Linea via Verax, which can be further | ||
accessed by other dapps. The following contract address is the Primus portal contract: | ||
|
||
| Network | Contract address | | ||
| --- | --- | | ||
| Linea Mainnet | [`0x50bd377EB8D4236Bb587AB3FB1eeafd888AEeC58`](https://lineascan.build/address/0x50bd377EB8D4236Bb587AB3FB1eeafd888AEeC58) | | ||
|
||
## Resources | ||
|
||
Learn more and start using PRIMUS! | ||
Learn more and start using Primus! | ||
|
||
- [Product tutorial](https://docs.primuslabs.xyz/) | ||
- [Technical paper](https://eprint.iacr.org/2023/964.pdf) | ||
- [Documentation](https://docs.primuslabs.xyz/) | ||
- [Technical whitepaper](https://eprint.iacr.org/2023/964.pdf) | ||
Check failure on line 53 in docs/get-started/tooling/attestations/primus.mdx GitHub Actions / Spelling
|
||
|
||
## Learn more | ||
|
||
- [Twitter](https://x.com/primus_labs) | ||
- [Discord](https://discord.gg/YxJftNRxhh) | ||
- [Website](https://www.primuslabs.xyz) | ||
- [Medium](https://medium.com/@primuslabs) | ||
- [GitHub](https://github.com/primus-labs) | ||
- [Github](https://github.com/primus-labs) | ||
Check failure on line 60 in docs/get-started/tooling/attestations/primus.mdx GitHub Actions / Spelling
|