Complete guides for users and developers. Learn how to bridge, integrate our API, and build on PulseChain.
New to PulseChain Bridge? Start here with our comprehensive beginner's guide.
Learn advanced features and optimize your bridging experience.
Fix common issues and errors quickly with our troubleshooting guides.
Protect your assets with our comprehensive security best practices.
Integrate PulseChain Bridge into your dApp or application.
Verified contract addresses on Ethereum and PulseChain
Integrate bridge functionality into your dApp
npm install @pulsechain/bridge-sdk
import { PulseChainBridge } from '@pulsechain/bridge-sdk';
const bridge = new PulseChainBridge({
network: 'mainnet',
provider: window.ethereum
});
// Bridge ETH to PulseChain
await bridge.bridge({
token: 'ETH',
amount: '1.0',
from: 'ethereum',
to: 'pulsechain'
});
Receive real-time notifications for bridge events
Subscribe to webhook events to receive notifications when:
Can't find what you're looking for? Our support team is here to help.