Cross-chain NFT bridge for ProbeChain Rydberg Testnet (Chain ID: 8004).
Lock-based NFT bridging with relayer verification and timeout cancellation.
lockNFT(nftContract, tokenId, destChain)— Lock NFT for bridgingclaimNFT(lockId, bridgeProof)— Claim bridged NFT (relayer)cancelLock(lockId)— Cancel lock after timeout
npm install
cp .env.example .env
npx hardhat compile
npm run deploy- Chain ID: 8004
- EVM: London
- Solidity: 0.8.24