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

Update README.md for deposits with the reference server #252

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
# production
/build

# distributions
/dist
/www
/loader

# misc
.DS_Store
.env.local
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,15 @@ right of the screen will show every network call.
real, but the interface will want a valid email.
7. Click “Skip confirmation” - skipping it won't be possible in live
integrations but helps the process move ahead in the demo.
8. Enter a number into the amount and click "Submit".
9. Leave the pop-up window open while you wait to see the deposit of SRT go
through - you can close when you see “Status” is complete and you have SRT.
8. Select the asset you would like to provide to the anchor. Note that there
is no real asset you actually need to provide off-chain, it's just for
demonstration.
9. Enter a number into the amount and click "Submit".
10. If you opted to provide "USD" in the previous form, you'll be asked to confirm
the exchange rate from USD to SRT. Select "Confirm Transaction" to continue.
11. Leave the pop-up window open while you wait to see the deposit of SRT made
to your account - you can close when you see “Status” is complete and you have
SRT.

### Demo-ing Cross-Border Payments ([SEP-31]) on Testnet

Expand Down