A simple Solana Program that take a deposit from the paying party, and holds it in a PDA until both the receiving and paying parties confirms that the escrow should be completed.
This is purely a way to tranfer SOL. SPL tokens will be added later
git clone https://github.com/quellen-sol/solana-escrow-program.git
yarn
anchor build
anchor test