Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 419 Bytes

File metadata and controls

21 lines (11 loc) · 419 Bytes

This repository has the contracts that implement the wrapped token for BTC, DOGE, ETH and XRP on Ethereum network.

Installation

npm install

Compilation

npm run compile

Testing

npm test

Testing Coverage

npm run coverage

Deployment

node deployer.js --input-file [file] --gas-price-gwei [gwei] --rpc-url [url] ----token-name [string] --dont-send-tx [bool] --skip-add-members [bool]