Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escrow Workflow without rust #37

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Escrow Workflow without rust #37

wants to merge 3 commits into from

Conversation

iansamz
Copy link
Contributor

@iansamz iansamz commented Jul 12, 2022

Resolves: #36

This ticket will NOT be merged into the main branch, it is just for demoing purposes

AC:

Create flow with the solana JS SDK and Rust to "allocate funds" from account A to account B (the accounts can be the one automatically generated, not ours)
Create a flow to "pay" allocated funds back to the user
Create a flow to "pay" allocated funds to the BANK
Solana SDk JS references: https://docs.solana.com/developing/clients/javascript-api#interacting-with-custom-programs

@iansamz iansamz requested a review from vyktoremario July 12, 2022 14:08
@iansamz iansamz self-assigned this Jul 12, 2022
@iansamz
Copy link
Contributor Author

iansamz commented Jul 12, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[POC][PP] Implement the program example locally
1 participant