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 syncfollowed by a recompilation to fix any Program ID related issues.