Henry.H

Results 778 comments of Henry.H

# Substrate 智能合约: - https://core.tetcoin.org/docs/zh-CN/knowledgebase/smart-contracts/overview ## EVM 模块: - https://core.tetcoin.org/docs/zh-CN/knowledgebase/smart-contracts/evm-pallet - https://github.com/rust-blockchain/evm ## ink! 智能合约: - https://core.tetcoin.org/docs/zh-CN/knowledgebase/smart-contracts/ - https://core.tetcoin.org/docs/zh-CN/knowledgebase/smart-contracts/ink-fundamentals - https://core.tetcoin.org/docs/zh-CN/knowledgebase/smart-contracts/ink-development - https://core.tetcoin.org/docs/zh-CN/tutorials/add-contracts-pallet - Wasm 智能合约 - ink! 是一种基于 Rust...

## Polkadot-JS: - https://core.tetcoin.org/docs/zh-CN/knowledgebase/integrate/polkadot-js - https://github.com/polkadot-js/api > docs: - https://polkadot.js.org/docs/api/ > app: - https://github.com/polkadot-js/apps ## Client SDK: - https://docs.substrate.io/v3/integration/client-libraries/ - https://core.tetcoin.org/docs/zh-CN/knowledgebase/integrate/libraries > JS: - https://github.com/paritytech/txwrapper-core > Python: - https://github.com/polkascan/py-substrate-interface >...

## Subkey 工具: - https://core.tetcoin.org/docs/zh-CN/knowledgebase/integrate/subkey

# flutter FAQ Index: ## 官方 FAQ: - https://flutter.cn/docs/resources/faq - https://github.com/flutter/flutter/wiki/Roadmap - https://github.com/flutter/flutter/milestones?direction=asc&sort=due_date&state=open ## LIST: - 一些杂项列表

## flutter 架构说明: - https://flutter.cn/docs/resources/technical-overview - FAQ: https://flutter.cn/docs/resources/faq - 解答了很多flutter技术细节 & 生态 & 发展状况. > 原则: - [x] 一切皆 Widget: Everything’s a widget - [x] 组合大于继承: Composition > inheritance -...

# flutter 桌面版: - https://github.com/go-flutter-desktop/hover ## 方案对比: ### 官方: - https://flutter.dev/desktop > 项目: - https://github.com/google/flutter-desktop-embedding - 暂时不成熟. - flutter Desktop shells: https://github.com/flutter/flutter/wiki/Desktop-shells - 生产实践选择方案 > 文档: - https://www.kikt.top/posts/flutter/desktop/flutter-desktop-1/ - https://www.cnblogs.com/hupo376787/p/10990899.html...

## 为什么不用 js 系列方案(vue.js/react.js/electron) ? - [x] 初衷: - 最近要写桌面版 app, 花了1-2周时间在使用 electron 写 demo, 基本 API 也都搞明白了. - 最终写自己的小功能, 又在 CSS 上卡住了. 嗯. 毫不意外. - js 生态的编译报错, 还是头秃的很. 因为原本前端经验就不多....

## flutter 版本时间线: - https://mp.weixin.qq.com/s/dohdmDM0GjjUY2wG762r1Q - https://www.colabug.com/2018/0314/2475126/ - 官方 FAQ: https://flutter.cn/docs/resources/faq - [x] Flutter 1.0 已于 2018 年 12 月推出. - [x] 实际 flutter 有影响力, 要在2018年, 发布1.0版本之后. 之前, 其实并无多少人关注. -...