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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ What we provide:
* Networking layers
* [Protocol Buffers][4] wiring and definitions
* Key signing with [EC cryptography][5]
* Transfer data from originator VASP in [Sygna Bridge][8]


## Travel Rule
Expand Down Expand Up @@ -57,6 +58,7 @@ A graph of the workflow is probably the best way to visualize what is going on.

![Transact ID Workflow](images/workflow_transactid.png)

![Transfer with Sygna Bridge Workflow](images/workflow_sygna_bridge.png)

## Quick Start

Expand Down Expand Up @@ -906,3 +908,4 @@ data class AddressInformation @JvmOverloads constructor(
[5]: https://en.wikipedia.org/wiki/Elliptic-curve_cryptography
[6]: https://www.sec.gov/about/offices/ocie/aml2007/31cfr103.33g.pdf
[7]: https://www.occ.treas.gov/topics/supervision-and-examination/bsa/index-bsa.html
[8]: https://developers.sygna.io/reference#bridge-3
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
kotlinReflectVersion = "1.3.70"

groupId = 'com.netki'
versionRelease = '1.0.0-beta4'
versionRelease = '1.0.0-beta5'
artifactId = 'transactid'
}

Expand Down
Binary file added images/workflow_sygna_bridge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading