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

https://github.com/dranikpg/simple-solana-two-wallets


https://github.com/dranikpg/simple-solana-two-wallets

Last synced: over 1 year ago
JSON representation

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)