-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed078b3
commit a89c926
Showing
3 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
This folder contains examples showing how to use the TLSNotary protocol. | ||
|
||
`quick_start.md` shows how to perform a simple notarization. | ||
|
||
`twitter_dm.md` shows how to notarize a Twitter DM. | ||
|
||
|
||
### Starting a notary server | ||
|
||
Before running the examples please make sure that the Notary server is already running. The server can be started with: | ||
|
||
```shell | ||
git clone https://github.com/tlsnotary/notary-server | ||
cd notary-server | ||
cargo run --release | ||
``` | ||
|
||
By default the server will be listening on 127.0.0.1:7047 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters