Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 377 Bytes

This repository has the contracts that implement the wrapped btc token.

Installation

npm install

Compilation

node_modules/.bin/truffle compile

Testing

node_modules/.bin/truffle test

Testing Coverage

node node_modules/.bin/solidity-coverage

Deployment

node scripts/deployer.js --input-file [file] --gas-price-gwei [gwei] --rpc-url [url]