Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 298 Bytes

Solana Payment System

Program

  • Deposit any kind of token
  • Withdraw by authorized address
  • Add or remove authorized address
  • Using PDA as vault to save funds in the contract

How to build

   anchor build

How to deploy

   anchor deploy

Unite Test

  anchor run test