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

微众银行FISCO-BCOS中间件赏析 | Simplexity #4

Open
simplexity-ckcclc opened this issue Oct 12, 2021 · 0 comments
Open

微众银行FISCO-BCOS中间件赏析 | Simplexity #4

simplexity-ckcclc opened this issue Oct 12, 2021 · 0 comments

Comments

@simplexity-ckcclc
Copy link
Owner

https://simplexity.cn/2020/11/23/webank-fisco-bcos-middleware/

区块链中间件是在区块链节点和区块链应用间的通用组件,由于多数情况下会存在多个应用共用一条链的情况,因此中间件功能的通用性和完备性就非常重要。针对不同的链,中间件跟链的接口是不同的,但是提供给上层应用的功能和接口应该是稳定的,而且理想状态下应该尽可能的不与具体的链特性做绑定(实际上很多情况下做不到完全的屏蔽底层链特性),即适配层。一般来说,中间件需要提供有以下的功能: 链数据管理: 相当于区块链浏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant