https://github.com/sjonhortensius/insightapi
A PHP based Insight-ui compatible API
https://github.com/sjonhortensius/insightapi
Last synced: 2 months ago
JSON representation
A PHP based Insight-ui compatible API
- Host: GitHub
- URL: https://github.com/sjonhortensius/insightapi
- Owner: SjonHortensius
- Created: 2015-12-12T12:30:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T13:38:11.000Z (over 9 years ago)
- Last Synced: 2025-02-08T15:46:46.829Z (4 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InsightApi
I really like the [Insight interface](https://github.com/bitpay/insight-ui) Bitpay created but wanted to run this using
BitcoinXt instead of Bitpays node-based bitcoin daemon; which is why I started this project; it intends to implement a compatible
API.To use it, prepare an fpm vhost, deploy the insight-ui and this API, then symlink this API into the UI:
```bash
git clone https://github.com/bitpay/insight-ui
mkdir insight-ui/socket.io/ && curl https://test-insight.bitpay.com/socket.io/socket.io.js -O insight-ui/socket.io/socket.io.jsgit clone https://github.com/SjonHortensius/InsightApi
ln -s ../InsightApi/ insight-ui/public/api/
```Then copy config-sample.php to config.php, and edit config.php with the correct bitcoin rpc credentials.
This is a WIP, we don't worry about security and performance yet, and some things will simply not work