Skip to content

ankurp/stellar-demo-wallet

 
 

Repository files navigation

Stellar Demo Wallet

This Stellar Demo Wallet app will soon be the defacto application to use when testing anchor services interactively. If you would live to automate testing of your anchor service, check out the SDF's anchor validation suite viewable at anchor-validator.stellar.org.

This project was originally created for the Build a Stellar Wallet tutorial series. (That repo has since moved over here). If you want to use parts or all of the project to kickstart your own wallet, feel free to clone or copy any pieces which may be helpful.

Getting Started

To start building with this project clone this repo and install the deps:

yarn install

and run:

yarn start

To build the app for production, run:

yarn build

Roadmap

  • Improve local development story
  • Add config-by-url support
  • Implement Claimable Balance support
  • Add Pubnet Support
  • Improve UX
  • Forward sep24.stellar.org traffic to demo-wallet.stellar.org
  • Implement SEP-31 support
  • Implement SEP-6 support

Helpful links:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.8%
  • SCSS 12.1%
  • HTML 2.1%