Axelar network is an open-source infrastructure project for an interoperable Web3. There are as many ways to work on the project as there are blockchains and applications connected to the network.
Axelar network is supported by a global community of builders, communicators, stakers and validators. The Network Discord, Telegram and Community Forum are full of discussion about grants, community campaigns and ideas to improve interoperability. Join the conversation today!
As a project committed to open-source configurability and transparency, Axelar network’s code base is visible and flexible, end-to-end. The community welcomes suggestions for improvement. If you see a place where you think you can make Axelar network better, please submit a PR.
function callContract(
string calldata destinationChain,
string calldata destinationContractAddress,
bytes calldata payload
) external {
emit ContractCall(msg.sender, destinationChain, destinationContractAddress, keccak256(payload), payload);
}
function callContractWithToken(
string calldata destinationChain,
string calldata destinationContractAddress,
bytes calldata payload,
string calldata symbol,
uint256 amount
) external {
_burnTokenFrom(msg.sender, symbol, amount);
emit ContractCallWithToken(msg.sender, destinationChain, destinationContractAddress, keccak256(payload), payload, symbol, amount);
}
function _execute(string calldata sourceChain, string calldata sourceAddress, bytes calldata payload) internal virtual {}
As the Assistant Controller, you will be a key member of the Accounting and Finance team, responsible for overseeing and managing all aspects of financial reporting, tax compliance, and accounting in a fast-paced environment. You will play a critical role in ensuring the financial integrity of our operations, optimizing processes, and supporting the overall growth of the organization.
The Axelar network ecosystem comprises dozens of chains and hundreds of applications. Check out open positions at a few projects that are advancing the state of interoperability and Axelar network.