Skip to content

StroopyOrg/Stroopy

Repository files navigation

Stroopy

Open Source Stellar Wallet For Everyone

Development Setup

# install dependencies
npm install

# build dist files
npm run build

# serve project at localhost:8080
npm run dev