Bridging Tokens with UIP
Prerequisites
Environment Setup
git clone https://github.com/Entangle-Protocol/UIP-examples.git
cd UIP-examples/Token/FT/EVM
npm installethereum_sepolia: {
url: "your_rpc",
accounts: { mnemonic: "your mnemonic here", },
chainId: 11155111
}
polygon_amoy: {
url: "your_rpc",
accounts: { mnemonic: "your mnemonic here", },
chainId: 80002
}
Deploying Contracts
Setting Origins
Sending Tokens via Bridge
Verifying Transactions
Summary
Last updated