Integrating Developer Tools
Last updated
Last updated
To allow options when developing on the CrossFi chain, we have integrated with several partners. This list will continue to grow:
DIA is a cross-chain data and oracle platform, specializing in the sourcing and delivery of customizable data feeds both on-chain and off-chain.
To get started with Blast, you will need to create a Project ID and select the CrossFi Testnet under the Core API Category:
After setting up your project, you can use your project ID to create a RPC request similiar to the one below. A list of the available functions can be found on this page.
Web3 Infrastructure with high uptime, cost-effective access, and low latency.
Covalent is a platform for retrieving data about different blockchain networks. Through an API request, you can find information about wallet, transaction and network activity.
To get started using Covalent with CrossFi, you need to create an account on the Covalent site. After that you can. make the available API calls to get data about the CrossFi chain.
Here is a code snippet to get the token balance for a wallet address:
Subsquid Network is a decentralized query engine optimized for batch extraction of large volumes of data. It currently serves historial on-chain data, including event logs, transaction receipts, traces and per-transaction state diffs.
The all-in-one platform for developers to easily bring their games onto web3. To use Thirdweb with CrossFi, you can use their TypeScript SDKs. Here is an example of how to get the token balance for a wallet address: