BTC-ETH-Cross-Chain-Atomic-Swap
BTC-ETH-Cross-Chain-Atomic-Swap copied to clipboard
Question about example html, ChainAbstractionLayer is not defined
Hi!
Thank you for your code about atomic swap!
I followed your install instruction to try btc to eth. But there is a problem occured. I need your help.
.
ChainAbstractionLayer is not defined.
I tried the following steps:
- build bitcoin core. btc works fine.
- install ganache-cli, ganache also works.
- clone your repo
- install chainabstractionlayer
- install a http-server, and the sever works.
And can you make your instruction more specific? I find it is hard to follow.