Skip to content

Commit

Permalink
Fix notary urls and update images.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuroitaki committed Jan 18, 2024
1 parent 180b669 commit 6f3fac9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/quick_start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Objectives of this quick start:
* Gain a better understanding of what you can do with TLSNotary
* Learn the basics of how to prove and verify data using TLSNotary

[Start](rust.md)
Let's [start](rust.md)!
8 changes: 4 additions & 4 deletions src/quick_start/browser_extension.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TLSNotary Browser Extension <a name="browser"></a>

In this Quick Start we will prove ownership of a Twitter account with TLSNotary's browser extension.
First we need to [install](#instal) and configure a [websocket proxy](#proxy) and a [notary server](#notary-server).
First we need to [install](#install) and configure a [websocket proxy](#proxy) and a [notary server](#notary-server).

## Install Browser Extension (Chrome/Brave) <a name="install"></a>

Expand Down Expand Up @@ -46,7 +46,7 @@ To create a TLSNotary proof, the browser extension needs a TLSNotary notary serv
To use the TLSNotary team notary server:
1. Open the extension
2. Click **Options**
3. Update Notary API to: `https://notary.pse.dev/proxy`
3. Update Notary API to: `https://notary.pse.dev`
4. Click **Save**
5. Skip the next section and [continue with the notarization step](#notarize)

Expand All @@ -55,11 +55,11 @@ If you plan to run a local notary server:
2. Click **Options**
3. Update Notary API to: `http://localhost:7047`
4. Click **Save**
5. Run a local notary server (see below)
5. Run a local notary server (see [below](#local-notary))

<img width="478" src="images/extension_proxy.png">

### Run a local Notary Server
### Run a Local Notary Server <a name="local-notary"></a>

1. Clone the TLSNotary repository:
```shell
Expand Down
Binary file modified src/quick_start/images/extension_history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/quick_start/images/extension_process.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/quick_start/images/extension_proxy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f3fac9

Please sign in to comment.