如何安装并启动一个conflux节点:
- 安装源代码并编译:https://conflux-chain.github.io/conflux-doc/install/
- 设置并启动节点:https://conflux-chain.github.io/conflux-doc/get_started/
使用JSON-RPC和Conflux节点进行交互:
https://conflux-chain.github.io/conflux-doc/json-rpc/ (旧版已作废,新版链接https://developer.conflux-chain.org/docs/conflux-doc/docs/json_rpc/)
使用JavaScript SDK进行Conflux开发:
使用本地cli进行智能合约的开发:
使用 Confluxscan 区块浏览器查看交易合约等详情
下载 Conflux Fluent(Conflux 开发的插件钱包)
使用 Conflux Portal 获得用户地址, 发送交易
https://conflux-chain.github.io/conflux-portal-docs/Main_Concepts/Accessing_Accounts
https://conflux-chain.github.io/conflux-portal-docs/Main_Concepts/Sending_Transactions
使用 Conflux Portal 的 Provider 与链上交互
https://conflux-chain.github.io/conflux-portal-docs/API_Reference/Conflux_Provider
使用 Conflux Portal 帮助用户对信息签名
https://conflux-chain.github.io/conflux-portal-docs/API_Reference/Signing_Data/Introduction
Dapp 示例, 通过 Conflux Portal 发交易, 签名, 发合约, 发Token
https://conflux-chain.github.io/conflux-portal-docs/Examples/E2E_Tets_Dapp
请注意:
Fluent 会替换掉旧的 ConfluxPortal Provider API,可以参考此处来了解如何从 Conflux Portal 迁移到 Fluent: https://fluent-wallet.zendesk.com/hc/en-001/articles/4410789041307-Migration-from-Conflux-Portal