Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitcoin-api/bitcoin-web-app
Bitcoin Web App by Bitcoin-Api.io
https://github.com/bitcoin-api/bitcoin-web-app
Last synced: 11 days ago
JSON representation
Bitcoin Web App by Bitcoin-Api.io
- Host: GitHub
- URL: https://github.com/bitcoin-api/bitcoin-web-app
- Owner: bitcoin-api
- License: bsd-3-clause
- Created: 2020-05-10T17:23:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T17:23:18.000Z (over 2 years ago)
- Last Synced: 2024-10-13T14:31:40.638Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitcoin-web-app
#### A Bitcoin Web App by [Bitcoin-Api.io](https://bitcoin-api.io)
[![npm version](https://badge.fury.io/js/bitcoin-web-app.svg)](https://badge.fury.io/js/bitcoin-web-app)
## About
A [ReactJS](https://reactjs.org) bitcoin web app plugin component for effortlessly
incorporating bitcoin functionality
into your React web apps.Also, check out [bitcoin-app](https://www.npmjs.com/package/bitcoin-app), the React Native version of bitcoin-web-app, brought to you by [Bitcoin-Api.io](https://bitcoin-api.io)!🖖
## Table of Contents
* [Install](#install)
* [Setup](#setup)
* [Example](#example)## 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:```.js
import BitcoinWebApp from 'bitcoin-web-app';...
const App = () => {
return (
);
};
```## 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: [email protected]
phone: +1 866-606-4133 (6pm-11pm Monday to Friday EST)