Skip to content

A cross-chain interoperability demo between Litecoin and OP_CAT-enabled Bitcoin as part of a submission for the 2024 Bitcoin Olympics Hackathon

Notifications You must be signed in to change notification settings

msinkec/ltc-hackathon

Repository files navigation

BTC-LTC Cross-chain Demo

An example implementation of an BTC Ordinals sales contract, which can only be unlocked by paying the seller on Litecoin. The contract is currently deployable on Bitcoin Signet, since it requires OP_CAT.

Configure Private Key

First, we need to create a .env file with our private key, which should contain some signet funds:

PRIVATE_KEY="cTE..."

You may obtain signet funds via these faucets:

Build

npm run build

Testing Locally

npm run test

About

A cross-chain interoperability demo between Litecoin and OP_CAT-enabled Bitcoin as part of a submission for the 2024 Bitcoin Olympics Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published