stellar-demo-wallet
v0.0.47
Published
Stellar Demo Wallet
Downloads
11
Readme
Stellar Demo Wallet
This Stellar Demo Wallet app is the application companion to the Build a Stellar Wallet tutorial series. This is a Stencil project intented to kickstart your wallet project. 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:
npm iand run:
npm startTo build the app for production, run:
npm run build