Skip to content

carloskiron/timeLockContractEvm

Repository files navigation

Hashed TimeLock Contract to Bridge JUR tokens from VeChainThor to Substrate chain

How to

.env settings for stripts and unit tests

SUBSTRATE_WS_URL="ws://127.0.0.1:9944" 
TIME_LOCK_CONTRACT="0x..."
JUR_CONTRACT="0x..."

Installation

yarn install

Compile contracts

yarn hardhat compile

VeChainThor / Subtrate chain - bridge flow

test/JURBridge.ts

Deploy contracts on VeChainThor Testnet

yarn hardhat run ./scripts/deployTimeLockContract.ts --network vechain      

About

Hash Time Lock Contract EVM compatible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published