AdminControl
Overview
Overview
Learn how to deploy an ERC-20 Token using Brownie.
Read logs and events emitted
A subgraph extracts data from a blockchain, processing it and storing it so that it can be easily queried via GraphQL.
Detail explain of CrossSpaceCall contract
Useful utilities contract addresses for Conflux eSpace
Gnosis Safe Wallet is a renowned multisignature wallet service in the blockchain sector, offering secure fund management solutions. It is particularly popular among Ethereum and EVM (Ethereum Virtual Machine)-compatible blockchain ecosystems. The entire source code for Gnosis Safe, including its smart contracts and both the front-end and back-end code, is open source, ensuring transparency and community trust. In its commitment to innovation, Gnosis Safe has introduced features like account abstraction, further enhancing user experience and security.
Deploying smart contracts using Hardhat and Foundry
Tutorial for using the Hardhat Conflux Plugin
Use the ConfluxScan Read&Write Tool to sponsor a contract.
ECDSA (Elliptic Curve Digital Signature Algorithm) is a widely used digital signature algorithm in blockchain and cryptocurrency. It has the following characteristics:
Introduction to EIP-712
Like any software stack, the complete "Conflux Core Stack" will vary from project to project depending on your goals.
Make NFTS using Conflux Scaffold
Oracles provide a bridge for off-chain data sources to be accessible within the blockchain, essential for smart contracts.
Conflux Core Space is the native space of the Conflux network. Thanks to Conflux's innovative Tree-Graph ledger structure and consensus algorithm, Core Space achieves performance far surpassing that of Bitcoin and Ethereum without sacrificing decentralization. This provides strong support for the development of the Conflux ecosystem.
This page is meant to provide a quick overview of the different SDKs you can use when developing on Conflux eSpace.
Deploying an ERC-20 Token using Remix IDE
Learn how to Use Pyth Oracle on Conflux eSpace to Retrieve CFX Price
Learn how to leverage Scaffold-Eth 2 components to make your Conflux App
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.
A "smart contract" is simply a program that runs on the Conflux Core blockchain. It's a collection of code (its functions) and data (its state) that resides at a specific address on the Conflux Core blockchain. To learn more about smart contracts, see our Introduction to Smart Contracts.
Conflux Core Space implements a sponsorship mechanism to subsidize the usage of smart contracts. Thus, a new account with zero balance is able to call smart contracts as long as the execution is sponsored (usually by the operator of Dapps). This mechanism is designed to reduce the barrier of entry for new users.
Deploying contract using thirdweb
Conflux has tools that can help developers quickly build a dapp.
The Core Space VM is compatible with the EVM in most cases, but there are some differences. This page lists the differences between the two.
This page is meant to guide you through the basics on how to use web3.js when developing on Conflux eSpace.
This page is meant to guide you through the basics on how to use web3.py when developing on Conflux eSpace.
What to do after familiar using Fluent wallet.