Skip to content

DappioLab/solana-escrow-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Escrow 2023 Ver

This is a rewrite of the legendary blog post/repo

Added some new stuff include all Program accounts are PDA, uses ATA for Token accounts, separate the logic and checking.

How to test

  • Start a local-validator in the background
solana-test-validator -r -q
  • build the program and deploy
cargo build-sbf
solana airdrop 2
solana program deploy ./target/deploy/solana_escrow_plus.so
  • run test script
cd tests
yarn
yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published