Atomic swap trading using Hash Time Locked Contracts.
# Install dependencies
npm install ethers viem
# Set environment
export PRIVATE_KEY=0x...
export BASE_ETH_RPC=https://mainnet.base.org
node scripts/htlc.js preimage
node scripts/htlc.js lock <seller> <preimageHash> <timeout> <amountETH>
node scripts/htlc.js reveal <lockHash> <preimage>
node scripts/htlc.js trade <seller> <inscriptionTx> <amountETH>
BaseTimelock: 0xa7f9f88e753147d69baf8f2fef89a551680dbac1
共 1 个版本