Solana Program for Atomic Swaps with SOL
- Clone this repository.
- Install Anchor framework
- Run the tests using
anchor test
. This compiles the program and deploys it to a built-in test validator. - Use
anchor keys sync
followed by a recompilation to fix any Program ID related issues.