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

https://github.com/magicblock-labs/private-payments-demo


https://github.com/magicblock-labs/private-payments-demo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Private Payments

A simple payments that works in a private ephemeral rollup.

## Installation

```bash
yarn install
cd app
yarn install
```

## Run the app

```bash

```

## Test

You must have a MagicBlock validator and a test validator running locally:
1. In MagicBlock validator's repo: `cargo run -- --accounts-remote-custom http://localhost:8899 --accounts-remote-custom-with-ws ws://localhost:8900 --rpc-addr 0.0.0.0 --rpc-port 7799`
2. `solana-test-validator`

```bash
anchor test --skip-local-validator
```