Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion claive-ai/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🤝 Introduction

In today's AI landscape, users and organizations share a huge amount of increasingly confidential and intimate information with providers of AI technology, without any solid guarantees of the information safety. Centralized AI providers are opaque and and have strong incentives to utilize user data for their benefit. The emerging decentralized AI industry also lacks guarantees of data protection, and user data may become available to unknown and uncontrolled parties
In today's AI landscape, users and organizations share a huge amount of increasingly confidential and intimate information with providers of AI technology, without any solid guarantees of the information safety. Centralized AI providers are opaque and have strong incentives to utilize user data for their benefit. The emerging decentralized AI industry also lacks guarantees of data protection, and user data may become available to unknown and uncontrolled parties

Claive is a Decentralized Confidential Computing solution that brings trusted AI to users who value their privacy. Built on the Secret Network, Claive leverages the NVIDIA Confidential Computing with Trusted Execution Environment (TEE) capabilities to provide fully confidential AI interactions. By addressing the critical issue of privacy in AI conversations, Claive aims to offer a secure, decentralized platform where users can engage with AI models without fear of data leakage or unauthorized access.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Need help with using encrypted payloads with Secretpath or want to discuss use c

## Install and import dependencies

First, install all of the the dependencies via NPM:
First, install all of the dependencies via NPM:

```bash
npm install @solar-republic/cosmos-grpc @solar-republic/neutrino ethers secure-random
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ To verify a message that was was signed through a method `cosmos arbitrary (036)
fn verify_arbitrary<M : Display>(api: &dyn Api, cred: &CosmosCredential<M>) -> StdResult<String>
```

The method takes in a `CosmosCredential` struct as an argument which is a a helpful wrapper over essential required fields required for the verification:
The method takes in a `CosmosCredential` struct as an argument which is a helpful wrapper over essential required fields required for the verification:

```rust
pub struct CosmosCredential<M = String>
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/secret-cli/fees-and-gas.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fees & Gas

On the Secret Network gas is a special unit used for tracking the the use of resources during code execution (usually paid by the transaction sender). Gas fees are normally paid to execute read / write commands, but can also be used to pay for more resource intensive computational tasks.&#x20;
On the Secret Network gas is a special unit used for tracking the use of resources during code execution (usually paid by the transaction sender). Gas fees are normally paid to execute read / write commands, but can also be used to pay for more resource intensive computational tasks.&#x20;

Gas primarily serves two purposes:&#x20;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#### _Alter_

Private & secure messaging app built on on Secret Network
Private & secure messaging app built on Secret Network

#### _Airdrop_

Expand Down