https://github.com/tarnadas/rtp
https://github.com/tarnadas/rtp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarnadas/rtp
- Owner: Tarnadas
- License: mit
- Created: 2023-10-23T05:04:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T14:17:51.000Z (over 2 years ago)
- Last Synced: 2026-04-03T23:31:41.495Z (2 months ago)
- Language: Rust
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Real Time Payments
This repository contains the source for the Real Time Payments solution.
## Setup
- install Nodejs
- install Rust
- install yarn
In order to run the staging tests you also need an AWS and Cloudflare account.
## Staging environment tests
```sh
# deploy staging API
yarn api wrangler deploy --env staging
# connect to staging API logs
yarn api wrangler tail --env staging
# start local indexer
cargo run -p rtp-indexer
# run staging tests
cargo test --features testnet -- --nocapture
```