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

Readme: toml from localhost + removed roadmap #250

Merged
merged 1 commit into from
Nov 1, 2021
Merged
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
25 changes: 9 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This Stellar Demo Wallet is our newly rebuilt application for interactively
testing anchor services. If you would like to automate testing of your anchor
service, check out the SDF's
[anchor tests suite](https://github.com/stellar/stellar-anchor-tests)
viewable at [https://anchor-tests.stellar.org/](https://anchor-tests.stellar.org/).
[anchor tests suite](https://github.com/stellar/stellar-anchor-tests) viewable
at [https://anchor-tests.stellar.org/](https://anchor-tests.stellar.org/).

This project was originally created for the
[Build a Stellar Wallet](https://developers.stellar.org/docs/building-apps/)
Expand Down Expand Up @@ -86,6 +86,13 @@ between the Sending and the Receiving anchors._
4. If the payment has been successfully sent you'll see "SEP-31 send payment
completed" in the logs.

### Using stellar.toml file from `localhost`

You can serve asset `toml` files from `locahost`. When using locally hosted
stellar.toml files on demo-wallet.stellar.org, some browsers might block them
for security reasons, if you’re not using `https`. If you’re running demo wallet
locally, this is not a problem.

## Getting Started Building A Wallet From This Demo

To start building with this project clone this repo and install the deps:
Expand Down Expand Up @@ -133,20 +140,6 @@ yarn build
- Ablity to download logs
- Claimable Balances supported

## Roadmap

- [x] Improve local development story
- [x] Add config-by-url support
- [x] Implement Claimable Balance support
- [x] Add Pubnet Support
- [x] Improve UX
- [x] Implement SEP-31 support
- [ ] Forward sep24.stellar.org traffic to demo-wallet.stellar.org
- [ ] Deprecate older clients to use this tool instead
(sep31-demo-client.netlify.app, sep24.stellar.org, sep6.stellar.org)
- [ ] Implement SEP-6 support
- [ ] Implement SEP-8 support

### Helpful links

- [https://www.stellar.org/developers](https://www.stellar.org/developers)
Expand Down