This repository contains code for Bridge-related smart contracts:
wCHXMapping Functional Specification document contains more details about wCHXMapping smart contract on Ethereum and its functionality.
wCHXToken Functional Specification document contains more details about wCHXToken smart contract on Ethereum and its functionality.
bCHXMapping Functional Specification document contains more details about bCHXMapping smart contract on Binance Smart Chain and its functionality.
bCHXToken Functional Specification document contains more details about bCHXToken smart contract on Binance Smart Chain and its functionality.
Own Asset Bridge Functional Specification document contains more details about OwnAssetBridge smart contract and its functionality.
Global prerequisites:
$ sudo npm install -g truffle
Repository:
$ git clone https://github.com/OwnMarket/IBCSmartContracts.git IBCSmartContracts
$ cd ./IBCSmartContracts/src
$ npm install
$ truffle test