Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 324 Bytes

File metadata and controls

21 lines (11 loc) · 324 Bytes

This repository has the contracts that implement the wrapped btc token 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]