1.0.27 • Published 4 years ago

bitcoin-web-app v1.0.27

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
4 years ago

bitcoin-web-app

A Bitcoin Web App by Bitcoin-Api.io

npm version

About

A ReactJS bitcoin web app plugin component for effortlessly incorporating bitcoin functionality into your React web apps.

Also, check out bitcoin-app, the React Native version of bitcoin-web-app, brought to you by Bitcoin-Api.io!🖖

Table of Contents

Install

To install the "bitcoin-web-app" NPM module, in your React web app folder, run the following CLI command:

npm install bitcoin-web-app --save

Setup

Next, import the BitcoinWebApp React component and place it in your existing React App:

import BitcoinWebApp from 'bitcoin-web-app';

...

const App = () => {
    return (
        <div style={styles.body}>
            <BitcoinWebApp/>
        </div>
    );
};

Example

Using the installation and setup steps above, the following bitcoin web app is now available within your React app!:


This is an open-source project - open to PRs, suggestions, Github Issues, comments, complaints and compliments.😁

Technical Support

email: support@bitcoin-api.io
phone: +1 866-606-4133 (6pm-11pm Monday to Friday EST)

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.22

4 years ago

1.0.23

4 years ago

1.0.19

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago