使用 Axelar 协议来测试跨链 DApp 和合约。
This repo provides the code for several example dApps in the Axelar Local Development Environment. Examples contain both JavaScript and Solidity smart contract code.
Note: Some example folders in this repo are not documented.
Install nodejs. Run node -v to check your installation.
Support Node.js version 16.x and 18.x
git clone https://github.com/axelarnetwork/axelar-examples.git
axelar-examples and install dependencies:npm install
npm run build
You can get started quickly with a random local key and .env file by running
npm run setup
Or you can manually copy the example .env.example file and fill in your EVM private key. See the example Metamask Instructions for exporting your private keys.
cp .env.example .env
Then update to your own private key.
npm run start
Leave this node running on a separate terminal before deploying and testing the dApps.
This script will print your wallet balances for each chain.
npm run check-balance [local|testnet]
If not specified, this will print balances of the wallet for testnet.
暂无开放 Issues,或尚未同步最近议题。