stellar-demo-wallet
v0.0.47
Published
Stellar Demo Wallet
Downloads
18
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 i
and run:
npm start
To build the app for production, run:
npm run build