Corda:Spring 应用程序的替代方案,用于执行与 Corda 节点的 RPC 连接

Corda: Alternative to Spring application for performing the RPC connection to the Corda node

我们正在开发使用 Corda 4.0、Spring 4.3.11 和 Springboot 2.0.2 的 POC。 AngularJs 用于前端,PostgreSQL 用于数据库。

是否有 Spring 应用程序的替代方案可以促进与 Corda 节点的 RPC 连接?

是的,您可以使用带 Open API 生成器的 Braid Server 生成 40 多种语言的客户端 API;读一读 here.

有一个 Braid 服务器示例(带有 React 字体结尾)here