An open API service indexing awesome lists of open source software.

https://github.com/tarnadas/rtp


https://github.com/tarnadas/rtp

Last synced: about 2 months ago
JSON representation

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
```