Skip to content

Commit

Permalink
add atomic swap article
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Jul 7, 2023
1 parent 49feec6 commit 72e50c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contracts/crossChainSwap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
SmartContract,
} from 'scrypt-ts'

// cross chain atomic swap https://xiaohuiliu.medium.com/cross-chain-atomic-swaps-f13e874fcaa7
export class CrossChainSwap extends SmartContract {
static readonly LOCKTIME_BLOCK_HEIGHT_MARKER = 500000000
static readonly UINT_MAX = 0xffffffffn
Expand Down

0 comments on commit 72e50c2

Please sign in to comment.