Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在开发一个使用 Corda 4.0、Spring 4.3.11 和 Springboot 2.0.2 的 POC。AngularJs 用于前端,PostgreSQL 用于数据库。
是否有替代 Spring 应用程序可以促进与 Corda 节点的 RPC 连接?
是的,您可以使用带有 Open API 生成器的 Braid Server 生成 40 多种语言的客户端 API;在这里阅读它。
这里有一个 Braid 服务器示例(带有 React 字体端)。