Brownie
Learn how to deploy an ERC-20 Token using Brownie.
Learn how to deploy an ERC-20 Token using Brownie.
The core JSON-RPC API of Conflux.
This tutorial will show you how to send a transaction using the js-conflux-sdk.
Misc
In Conflux, each account has a nonce value, representing the number of transactions executed by that account. This value can be obtained using the RPC method cfxgetNextNonce. The nonce field in a transaction is used to specify the execution order, with lower nonce values indicating earlier execution. Typically, you can directly use this value as the nonce for the next transaction.
The `pos` namespace includes RPCs related to PoS consensus.