Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 762 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 762 Bytes

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