Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update Interoperation NodeJS SDK reference #3648

Merged
merged 1 commit into from
Nov 30, 2024
Merged
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
2 changes: 1 addition & 1 deletion docs/docs/weaver/getting-started/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you wish to go further and understand Weaver specifics, dig into the code, or
- Common [protobufs](https://github.com/hyperledger-cacti/cacti/tree/main/weaver/common/protos): compiled in [JavaScript](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/common/protos-js/README.md), [Golang](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/common/protos-go/README.md), [Java](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/common/protos-java-kt/README.md), [Rust](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/common/protos-rs/README.md) and [Solidity](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/common/protos-sol/README.md)
- Fabric Interoperation SDKs in [Node.js](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/sdks/fabric/interoperation-node-sdk/README.md) and [Golang](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/sdks/fabric/go-sdk/readme.md)
- Corda Interoperation SDK in [Kotlin/Java](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/sdks/corda/README.md)
- Besu Interoperation SDK in [Node.js](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/sdks/besu/interoperation-node-sdk/README.md)
- Besu Interoperation SDK in [Node.js](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/sdks/besu/node/README.md)
- Sample [Fabric](https://github.com/hyperledger-cacti/cacti/tree/main/weaver/samples/fabric) and [Corda](https://github.com/hyperledger-cacti/cacti/tree/main/weaver/samples/corda) applications for experimentation and testing
- [Fabric](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/tests/network-setups/fabric/dev/README.md), [Corda](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/tests/network-setups/corda/README.md), and [Besu](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/tests/network-setups/besu/README.md) test network setups

Expand Down
Loading