원클릭으로
conflux-skills
conflux-skills에는 conflux-fans에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Core Space RPC guidance for read/write flows, cfx_* method selection, internal contracts, transaction debugging, and safe send defaults. Use when users work with Conflux Core Space JSON-RPC, js-conflux-sdk, cast rpc cfx_*, or Core internal contracts such as SponsorWhitelistControl/Staking/AdminControl.
Build, deploy, verify smart contracts and integrate apps with Conflux eSpace. Use when creating or modifying Conflux dApps, deploying contracts, or verifying contracts on ConfluxScan.
Points to official Conflux documentation — key concepts, eSpace/Core Space, RPC, deployment, and developer guides. Use when the user asks about Conflux, deployment, RPC, addresses, or needs reliable doc links.
Use EIP-6963 multi-wallet discovery (not window.ethereum) when generating or editing dApp frontend wallet connect code. Apply to any EVM dApp, especially Conflux eSpace + React/Vite + viem/ethers.
Create or update pytest-based integration tests for conflux-rust, including adding new test modules under integration_tests/tests, using ConfluxTestFramework and pytest fixtures (network, cw3/ew3, accounts, internal_contracts), customizing framework_class and fixtures, and running/debugging tests with pytest and xdist options.
Read-only Conflux eSpace queries — transactions, receipts, balances, contract state via RPC and ConfluxScan API. Use when analyzing tx failure/stuck, checking balances, or inspecting chain state. No private keys or sending txs.