https://github.com/paymentwall/paymentwall-demo
Demo app with Bridge, Geolocation, Payment Systems and Brick
https://github.com/paymentwall/paymentwall-demo
Last synced: 10 months ago
JSON representation
Demo app with Bridge, Geolocation, Payment Systems and Brick
- Host: GitHub
- URL: https://github.com/paymentwall/paymentwall-demo
- Owner: paymentwall
- Created: 2016-01-13T11:14:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T17:52:08.000Z (over 10 years ago)
- Last Synced: 2025-06-25T00:43:51.169Z (12 months ago)
- Language: PHP
- Size: 72.3 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paymentwall Bridge example
The purpose of this demo app is to show how Paymentwall Bridge API works and how you as platform can use it.
## Live Demo
[https://tranquil-stream-8863.herokuapp.com/](https://tranquil-stream-8863.herokuapp.com/)
## Installation
1 - Clone the repo
```bash
$ git clone repo
```
2 - Run
```bash
$ composer install
```
3 - Input your project keys
Replace YOUR_PUBLIC_KEY for your project's public key and YOUR_PRIVATE_KEY for your project's private/secret key.
4 - Run the app on your server
*Enable "evaluation mode" in your project's settings