Skip to content
Draft
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
4 changes: 1 addition & 3 deletions docs/1rpc/design.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## Design

![](../assets/1rpc/1RPC_design.png){style="zoom:100%"}
![](../assets/1rpc/1RPC_intro.png){style="zoom:100%"}

1RPC employs a number of methods for users' data and metadata to remain private before requests are relayed to RPC providers. Its lightweight design is able to scale to support high traffic volume.

Expand Down
27 changes: 25 additions & 2 deletions docs/1rpc/introduction.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
# Introduction
# 1RPC - The relay protecting privacy for good in Web3

## Overview

1RPC is a free RPC relay to eradicate metadata exposure and leakage with a one-click experience for users within Web3. As a proxy layer that shields user data before it reaches existing RPC endpoints, many of which continue to be centralized today, it is important to us that 1RPC neither collects nor stores user metadata in any part of the relay journey.
1RPC is a free RPC relay to eradicate metadata exposure and leakage with a one-click experience for users within Web3. As a proxy layer that shields user data before it reaches existing RPC endpoints, many of which continue to be centralized today, it is important to us that 1RPC neither collects no stores user metadata in any part of the relay journey.

``` mermaid
graph LR
A[User client / wallet] --> B{1RPC};
B -->C[RPC providers];
```


1RPC prevents the following data collection from RPC providers:

- Account addresses :fontawesome-light-wallet:
association in the same wallet client (extension/mobile)
- IP address (Geolocation) 📍
- User agent (Browser, OS) 💻📱
- Request timestamp (Time zone) 🌎

### 1RPC+

To support the evolving needs of our budding community, we’ve rolled out 1RPC+ to give users more granular, dynamic control of how they interact with the blockchain. Read more about 1RPC+ [here](./1rpcplus/introduction.md) - and how users create their own bespoke RPC endpoint with transaction sanitizers that can be added, edited or removed instantly, at any time.

[Go to 1RPC+ Doc](./1rpcplus/introduction.md){ .md-button .md-button--primary }





## Features

- ### Public good
Expand Down
32 changes: 0 additions & 32 deletions docs/anydao/design.md

This file was deleted.

72 changes: 0 additions & 72 deletions docs/anydao/guide.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/anydao/introduction.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/anydao/spec.md

This file was deleted.

Binary file added docs/assets/1rpc/1RPC_intro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 0 additions & 42 deletions docs/canarynet/getstarted/introduction.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/canarynet/node/node-type.md

This file was deleted.

60 changes: 0 additions & 60 deletions docs/canarynet/node/run-full-node.md

This file was deleted.

Loading