0.0.1 • Published 6 years ago

react-bitcoin-history v0.0.1

Weekly downloads
4
License
-
Repository
-
Last release
6 years ago

react-bitcoin-history

local setup

git clone https://github.com/e-e/react-bitcoin-history.git

cd react-bitcoin-history

npm link

Then in your actual project directory:

npm link react-bitcoin-history

import BitcoinHistory from 'react-bitcoin-history';

...

<BitcoinHistory /> // will render with form input to enter btc address
// or
<BitcoinHistory address="..." /> // will load transactions for provided address when component loads

Click on a transaction item to expand:

npm.io