This repository has the orginal contracts that implement the wrapped btc token. The contracts in this repo are NOT deployed. You can find the deployed contracts for the wrapped btc token on the Ethereum network in ethereumV2/README.md.
npm install
node_modules/.bin/truffle compile
node_modules/.bin/truffle test
node node_modules/.bin/solidity-coverage
node scripts/deployer.js --input-file [file] --gas-price-gwei [gwei] --rpc-url [url]