forked from trisacrypto/trisa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit marks the end of the alpha code base (see the alpha tag for the original prototype code) and the start of the beta code base with the most up to date TRISA protocol.
- Loading branch information
Showing
163 changed files
with
26 additions
and
5,759 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,19 +1,25 @@ | ||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
# Test binary, built with `go test -c` | ||
*.test | ||
|
||
# Output of the go coverage tool, specifically when used with LiteIDE | ||
*.out | ||
|
||
# Dependency directories (remove the comment below to include it) | ||
# vendor/ | ||
|
||
# Environment configuration | ||
.env | ||
tmp/ | ||
|
||
# Code droppings | ||
.vscode/ | ||
.bazel/ | ||
|
||
# OS Droppings | ||
.DS_Store | ||
bazel-workspace | ||
out | ||
/bazel-bin | ||
/bazel-genfiles | ||
/bazel-out | ||
/bazel-testlogs | ||
/bazel-trisa | ||
/artifacts | ||
/docs/public | ||
server.crt | ||
server.key | ||
trust.chain | ||
.remote-cache-sa.json | ||
.idea/ | ||
*.code-workspace | ||
!docs/static/** |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
|
||
# Travel Rule Information Sharing Architecture for Virtual Asset Service Providers (TRISA) | ||
# Travel Rule Information Sharing Architecture (TRISA) for Virtual Asset Service Providers | ||
|
||
[![Build Status](https://travis-ci.com/trisacrypto/trisa.svg?branch=master)](https://travis-ci.com/trisacrypto/trisa) | ||
|
||
Please visit [TRISA documentation](https://trisacrypto.github.io/) for more information. | ||
Please visit the [TRISA website](https://trisa.io) for more information and the [TRISA documentation](https://trisatest.net) for developer docs and integration. |
Oops, something went wrong.