/PicoWallet

Primary LanguageTypeScriptMIT LicenseMIT

PicoWallet

PicoWallet

How to use PicoWallet ?

For now, if you want to use a moving wallet please click the link below.
Operation RambleOn

How to deploy on Netlify

Deploy to Netlify

Developers

Build from source

  1. Install npm modules:
git clone https://github.com/PicoWallet/PicoWallet.git
npm install
  1. Install Ionic:
npm install -g ionic
  1. Serve:
ionic serve
OR
  1. Prod Build:
ionic build --prod