【开发材料包英文版】Conflux-Development-Kit:https://forum.conflux.fun/t/c...
举荐
- Conflux 官网: https://confluxnetwork.org/zh/
- Conflux生态图谱:https://123cfx.com
- Conflux 网络地址介绍:https://forum.conflux.fun/t/c...
- Conflux RPC 地址列表(仅供开发测试应用,不保障可用性): https://github.com/conflux-fa...
- Conflux官网GitHub账号: https://github.com/conflux-chain
- Conflux 与以太坊的异同:https://forum.conflux.fun/t/c...
Conflux Portal
- 官网: https://portal.conflux-chain....
- What Is ConfluxPortal(开发者文档):https://conflux-portal-docs.c...
- Conflux插件钱包ConfluxPortal装置阐明教程: https://forum.conflux.fun/t/t...
- Conflux测试网水龙头支付测试币: http://faucet.confluxnetwork....
Conflux 区块浏览器
- 官网: https://confluxscan.net/
- ConfluxScan 凋谢 API 文档(账户相干数据查问): https://api.confluxscan.net/doc
- 新旧地址格局转换: https://confluxscan.net/addre...
开发阐明
- Conflux的 CVM 和 EVM 虚拟机层的次要区别: https://forum.conflux.fun/t/t...
以后版本Conflux 默认有反重入机制。重入指的是一个合约在调用其余合约时,其余合约又间接或间接地调用了这个合约。比方合约 A 调用合约 B, 在合约 B 执行期间,又调用了合约 A, 则形成了重入调用。重入调用是一些 Defi 攻打的起因。然而,一些逻辑失常的合约也会有重入调用。比如说,合约 A 调用闪电贷合约,闪电贷调用合约 A 的 callback 函数,就形成重入调用。(此模块将在下一次hardfork降级后删除)
Conflux 默认开启反重入机制,即重入调用产生后,所有写操作将被禁止,包含:向账本写入数据 (SSTORE 指令),发动有转账的合约调用,生成 event.
具体参见Conflux协定标准(黄皮书)Spec 6.5.7: https://www.confluxnetwork.or...
Conflux开发者文档
- 开发者官网: https://developer.conflux-cha...
- 发送交易 FAQ:https://forum.conflux.fun/t/f...
- NFT开发指南:https://forum.conflux.fun/t/c...
- 交易从发送到确认各阶段详解:https://forum.conflux.fun/t/t...
- js-conflux-sdk https://github.com/Conflux-Ch...
Conflux js-sdk与以太坊web3. js区别: https://forum.conflux.fun/t/c...
如何在Conflux网络中应用js-conflux-sdk来构建一个简略的DApp: https://forum.conflux.fun/t/c...
- java-conflux-sdk https://github.com/Conflux-Ch...
go-conflux-sdk https://github.com/Conflux-Ch...
Conflux SDK 应用体验收集: https://forum.conflux.fun/t/t...
CPP-SDK(社区开发):https://github.com/csyangbinb...
我的项目文档地址:https://csyangbinbin.github.i...
- 为什么交易发送失败了:https://forum.conflux.fun/t/t...
- 为什么交易始终不打包:https://forum.conflux.fun/t/t...
节点和RPC
- 如何运行一个 Conflux 节点: https://forum.conflux.fun/t/c...
- Conflux GPU 挖矿教程文档(v1.1.7): https://forum.conflux.fun/t/c...
- Conflux网络中"奇奇怪怪“的Node: https://forum.conflux.fun/t/t...
- Conflux RPC 地址列表(仅供开发测试应用,不保障可用性): https://github.com/conflux-fa...
- Conflux RPC 和以太坊 RPC的 区别: https://forum.conflux.fun/t/c...
- json rpc: https://developer.conflux-cha...
- POS RPC:https://forum.conflux.fun/t/p...
- 如何配置本人节点的rpc端口和数据寄存门路: https://forum.conflux.fun/t/t...
- 参考:Conflux对接Q&A: https://shimo.im/docs/KlkKVPl...
- 对于公共 RPC 服务和 ConfluxScan 服务的布告(20211102): https://forum.conflux.fun/t/r...
PoS
- Conflux v2.0.0-testnet PoS 节点教程:https://forum.conflux.fun/t/c...
开发工具
- Conflux与以太坊合约开发工具区别: https://forum.conflux.fun/t/c...
ConfluxStudio: https://github.com/ObsidianLa...
Conflux 开发教程 | 应用 IDE 开发 DApp 的实战操作指南: https://forum.conflux.fun/t/t...
Conflux Studio 开发 DApp 教程: https://github.com/ObsidianLa...
Conflux Studio web IDE工具: https://conflux.ide.black/
具体查看: https://github.com/ObsidianLa...
纯白矩阵ChainIDE: https://chainide.com/s/conflux
Gitbook链接:https://chainide.gitbook.io/c...
Conflux-truffle: https://github.com/Conflux-Ch...
Conflux Truffle 应用齐全指南: https://forum.conflux.fun/t/c...
内置合约
- 内置合约: https://github.com/Conflux-Ch...
- Conflux 内置合约性能具体介绍: https://forum.conflux.fun/t/c...
- Conflux的存储抵押机制: https://forum.conflux.fun/t/c...
- 新我的项目如何高效启动?Conflux 代付机制理解一下: https://forum.conflux.fun/t/c...
- Conflux 中的代付机制详解: https://forum.conflux.fun/t/c...
- 为合约设置 Sponsor:https://forum.conflux.fun/t/s...
CIP
- Conflux 改良提案: https://www.github.com/Conflu...
- Conflux CIP介绍: https://forum.conflux.fun/t/c...
其余
- Conflux对接Q&A: https://shimo.im/docs/KlkKVPl...
- Conflux-faqs合集: https://github.com/conflux-fa...
- Conflux UI库 https://github.com/Conflux-Ch...
- Conflux公众号技术文章&教程&视频&漫画目录: https://docs.qq.com/sheet/DZH...