https://github.com/dranikpg/simple-solana-two-wallets
https://github.com/dranikpg/simple-solana-two-wallets
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dranikpg/simple-solana-two-wallets
- Owner: dranikpg
- Created: 2021-10-28T10:47:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T12:16:22.000Z (over 4 years ago)
- Last Synced: 2025-02-07T10:19:16.463Z (over 1 year ago)
- Language: Rust
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple solana program for tokenless lamport exchange between two wallets and a central lamport holder.

### Running the client
The client **requires** two private keys to be present in the current directory:
- `prog.id` - deployed program private key (make sure an account has been created)
- `payer.id` - some payer account (make sure it has enough lamports to run transactions)