Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 435 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 435 Bytes

Solana Escrow Program

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

Install

git clone https://github.com/quellen-sol/solana-escrow-program.git

yarn

Build

anchor build

Test

anchor test