Skip to content
Merged
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: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**A Python API client for [TRISA Envoy](https://trisa.dev/envoy/index.html) nodes**.

Envoy is a secure messaging tool designed for travel rule data exchanges, ensuring compliance using the [TRISA](https://trisa.io) (Travel Rule Information Sharing Architecture) and [TRP](https://www.openvasp.org/trp) (Travel Rule Protocol) protocols.
Envoy is a secure messaging tool designed for travel rule data exchanges, ensuring compliance using the [TRISA](https://travelrule.io) (Travel Rule Information Sharing Architecture) and [TRP](https://www.openvasp.org/trp) (Travel Rule Protocol) protocols.

Virtual Asset Service Providers (VASPs) can deploy an Envoy node in order to interact with the compliance network using peer-to-peer messaging. The `pyenvoy` package allows VASPs to interact with their Envoy node programatically in Python so that they can:

Expand All @@ -26,7 +26,7 @@ You will need to deploy or host an Envoy node at a URL accessible by the client,
You can install PyEnvoy as follows:

```
$ pip install -U pyenvoy
pip install -U pyenvoy
```

Set the following environment variables:
Expand Down
2 changes: 1 addition & 1 deletion envoy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__version_info__ = {
"major": 1,
"minor": 2,
"micro": 0,
"micro": 1,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-)

"releaselevel": "final",
"post": 0,
"serial": 0,
Expand Down
Loading