*** BEFORE USING *** Still under construction. Expects updates to be made for the next week or so. Bridge functionality for $PEPE is live, native tokens remain untested. "From" will display *100 of whatever is input. This is a decimal error fix I am working on, but what you put in "To" is what will be transferred. See image below:
- clone the repository
- Open in the cli of your choice
- Install dependencies, run:
- yarn add @baking-bad/tezos-etherlink-bridge-sdk
- yarn add @taquito/taquito @taquito/beacon-wallet
- yarn add web3
- npm install ethers
- Create ssl certificates, run
- mkdir certificates
- openssl req -nodes -new -x509 -keyout certificates/localhost.key -out certificates/localhost.crt -days 365 -subj "/CN=localhost"
- You are now ready to bridge, run: yarn dev