Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
add java and c# clients (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
bejito authored Aug 26, 2019
1 parent 6374ab0 commit dffb31d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions link.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ var (
// with this one. Only clients in this list are known to produce binary data
// that this library can correctly interpret.
var compatibleClients = map[string]struct{}{
ClientID: struct{}{},
"github.com/stratumn/js-chainscript": struct{}{},
ClientID: struct{}{},
"github.com/stratumn/js-chainscript": struct{}{},
"github.com/stratumn/java-chainscript": struct{}{},
"github.com/stratumn/csharp-chainscript": struct{}{},
}

// compatible returns an error if the link isn't compatible with this package.
Expand Down
10 changes: 6 additions & 4 deletions proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ pull the latest changes with `git subtree`.
Stratumn provides opinionated reference implementations that should suit most
projects:

| Language | Repository | Status |
| ---------- | ------------------------------------------ | ------ |
| Golang | https://github.com/stratumn/go-chainscript | 1.0.0 |
| Javascript | https://github.com/stratumn/js-chainscript | 1.0.0 |
| Language | Repository | Status |
| ---------- | ---------------------------------------------- | ------ |
| Golang | https://github.com/stratumn/go-chainscript | 1.0.0 |
| Javascript | https://github.com/stratumn/js-chainscript | 1.0.0 |
| Java | https://github.com/stratumn/java-chainscript | 0.0.x |
| C# | https://github.com/stratumn/csharp-chainscript | 0.0.x |

## Testing

Expand Down

0 comments on commit dffb31d

Please sign in to comment.