Skip to content

suhailvs-archive/stellar_hackaton2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar Agent

site: https://stellar.stackschools.com/

youtube: https://www.youtube.com/watch?v=dac5htyIEk8

  1. Basic Architecture
    1. when user enter a prompt
    2. create invoice and show QR code
    3. watch payment
    4. if payment success show the replay
  2. Important: Use MEMO to Identify the User
    1. Memo = User ID / Order ID
  3. Extra Security Checks. Always verify:
    1. ✔ correct amount
    2. ✔ correct memo
    3. ✔ correct asset (XLM)
    4. ✔ payment not processed before

Run locally

Contributors