Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 218 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 218 Bytes

bitkey

bitkey is the bitcoin key management package

Install

npm install bitkey

Usage

import { myPackage } from 'my-package-name';

myPackage('hello');
//=> 'hello from my package'