securecerts / penguin-wallet

A desktop wallet for Algorand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

penguin-wallet

Penguin Wallet

Warning

Penguin Wallet is currently in the alpha development phase and subjects to changes. Before proceeding, please be aware of the following:

  • Penguin Labs is not liable for any potential damage, loss of data/files arising from the use of the wallet.

Manual Build for Development

Pre-requirements

This project requires Node.js to build, .node-version indicates the version currently using.

You can either install Node.js globally or use any of the Node Version Manager which respect .node-version in this list.

Installation

npm install

Installs all the needed dependencies

Development & Builds Processes

Electron Target 💻

npm run electron:serve

Runs the Electron app in the development mode.

The Electron app will reload if you make edits in the electron directory. You will also see any lint errors in the console.

npm run electron:build

Builds the Electron app package for production to the dist folder.

The app is ready to be distributed!

About

A desktop wallet for Algorand

License:GNU General Public License v3.0


Languages

Language:CSS 60.1%Language:Vue 30.8%Language:JavaScript 8.6%Language:HTML 0.4%