This repository contains the smart contracts for the TeleportDAO Bitcoin<>EVM bridge. The repository uses Hardhat as development environment for compilation, testing and deployment tasks.
TeleportDAO Bitcoin<>EVM Bridge is a trustless protocol that makes Bitcoin data accessible on EVM chains. This is achieved by implementing the Bitcoin light client as a smart contract. The bridge can be leveraged to build cross-chain dApps between Bitcoin<>EVMs.
See the link below:
- Quantstamp report (Feb 2023)
- Follow us on Twitter.
- Join our discord channel.
To start, clone the codes and install the required packages using:
yarn
If you want to compile the codes enter the below command:
yarn clean
& yarn build
You can run the full test suite with the following command:
yarn test
You can deploy the contracts on networks specified in package.json with the following command:
yarn deploy:network