Connect a Frontend
Developers can use any popular Ethereum based libraries to interact with the blockchain network. Listed below are code samples using some of the most commonly used libraries.
Each example shows how to read the latest block number of the CrossFI Chain. You can find the link to the documenation to each library to find other methods such as signing transactions and interacting with smart contracts.
EthersJS
Ethers.js is a compact Javascript library used for interacting with the Ethereum blockchain and other EVM compatible chains.
Viem
Viem is a TypeScript library that offers type-safe modules for interacting with the Ethereum and other EVM compatible chains.
ThirdWeb
Thirdweb is a developer platform that offers a suite of tools including wallets, contract deployment and libraries to interact with any EVM chain.
Here is a code example using their TypeScript SDK to read the balance of a wallet address:
Last updated