Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 1.3 KB

File metadata and controls

26 lines (25 loc) · 1.3 KB

Status Build TS Node Version ts-node Axios Version Ethers Version HitCount

Install Node.js

sudo apt install git
sudo apt install nodejs
sudo apt install npm
node -v
npm -v

Clone repo and install dependencies

git clone https://github.com/whonion/ts-eddyfinance-zetachain-bridger.git
cd ts-eddyfinance-zetachain-bridger
npm i
npm i -g typescript
npm i -g ts-node

Module's description:

  • main.ts - The direct module for execute/compile;

Required actions:

  • rename data/private_keys.txt.example to data/private_keys.txt.

Run Script

npm start