Open tylerthedeveloper opened 6 years ago
STELLAR SDK
multiple currency payment a single transation takes a list of operations and if any fails, the whole transaction fails
managing offers: - This we will have to see if it is needed for us, or if finding the path (below) is sufficient
path finding: send the equivalent of x in y (pathfinder for between currencies a .. B … c => a … c) my understanding is to find the best path from a->c, then if it exists, make a payment following that path (= pathfinder, https://www.stellar.org/developers/horizon/reference/endpoints/path-finding.html) (= make path payment https://www.stellar.org/developers/guides/concepts/list-of-operations.html#path-payment)
mock transaction (this might not be needed if we find the best path above)
CHECKOUT Design
Preferred Currency: radio buttons (proceed to checkout)
Other Checkout Options (expandable / accordion like experience)
Experience
SECURITY
CART:
Random Notes Slippage and who to protect and how
STELLAR SDK
multiple currency payment a single transation takes a list of operations and if any fails, the whole transaction fails
managing offers: - This we will have to see if it is needed for us, or if finding the path (below) is sufficient
path finding: send the equivalent of x in y (pathfinder for between currencies a .. B … c => a … c) my understanding is to find the best path from a->c, then if it exists, make a payment following that path (= pathfinder, https://www.stellar.org/developers/horizon/reference/endpoints/path-finding.html) (= make path payment https://www.stellar.org/developers/guides/concepts/list-of-operations.html#path-payment)
mock transaction (this might not be needed if we find the best path above)
CHECKOUT Design
Preferred Currency: radio buttons (proceed to checkout)
Other Checkout Options (expandable / accordion like experience)
Experience
SECURITY
CART:
Random Notes Slippage and who to protect and how