https://github.com/magicblock-labs/private-payments-demo
https://github.com/magicblock-labs/private-payments-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/magicblock-labs/private-payments-demo
- Owner: magicblock-labs
- Created: 2025-07-08T13:34:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-08T14:38:39.000Z (about 1 year ago)
- Last Synced: 2025-07-08T14:48:23.274Z (about 1 year ago)
- Language: TypeScript
- Size: 633 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```