【开发资料包英文版】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...
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。