https://github.com/zipmark/opentransact-javascript-demo
Demo for the OpenTransact Javascript SDK
https://github.com/zipmark/opentransact-javascript-demo
Last synced: 10 months ago
JSON representation
Demo for the OpenTransact Javascript SDK
- Host: GitHub
- URL: https://github.com/zipmark/opentransact-javascript-demo
- Owner: zipmark
- Created: 2019-09-06T14:15:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T05:27:17.000Z (about 3 years ago)
- Last Synced: 2025-06-01T15:06:13.532Z (11 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenTransact Javascript SDK
This repo contains an example integration that utilizes the OpenTransact Javascript SDK Version: alpha-4
## **WARNINGS**
- This is a demo application not intended for production use. Use it only for exploring workflows or as examples for integration with the API and JS SDK
- Do not host this on a public facing server
- There are no access controls
- Error handling is minimal
- Etc, etc. Use at your own risk.
## Requirements
This application requires a working ruby installation and has been tested on rubies >= 2.6
## Getting Started
1. Run `bundle` from the root of the project to install application dependencies
2. Create a .env file containing the values required for your test environment. See .env.example for guidance.
3. Start the demo application by running `ruby app.rb` from the root of this project.
See the [OpenTransact Documentation](https://docs.opentransact.com) for more info.