Saltar al contenido principal

5 documentos etiquetados con "Account Management"

Ver Todas las Etiquetas

Brownie

Learn how to deploy an ERC-20 Token using Brownie.

Integración de Fluent Wallet

Fluent Wallet es un monedero de extensión de navegador soportado por Conflux, diseñado para proporcionar servicios de administración de activos digitales convenientes y seguros para los usuarios de Conflux. Fluent Wallet soporta Conflux Core Space y eSpace al mismo tiempo que ofrece conectividad a otras cadenas compatibles con EVM.

Nonce Management

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.

SDKs

Conflux has SDKs for mainstream programming languages, including JavaScript, Golang, Java and Python. This is just a short introduction to the SDKs, for detailed usage info, check their respective documentation.