jambtc / poawallet

Poa Wallet, the Progressive Web App mobile works with several crypto tokens and blockchain wallets. With Poa Wallet, you are in control over your funds. Receive, send, store and exchange your cryptocurrency within the mobile interface.
https://poawallet.net
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link
binance bsc erc20 erc20-tokens ethereum poa wallet

Poa Wallet


Install Poa Wallet, the Progressive Web App mobile works with several crypto tokens and blockchain wallets. With Poa Wallet, you are in control over your funds. Receive, send, store and exchange your cryptocurrency within the mobile interface.

Poa Wallet is based on Yii2 framework

Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects.

The template contains the basic features including user login/logout and a contact page. It includes all commonly used configurations that would allow you to focus on adding new features to your application.

Latest Stable Version Total Downloads build

CONFIGURATION

Database

Edit the file config/db.php with real data, for example:

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yii2basic',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];

NOTES:

Folder rights

chgrp www-data ./web/assets
chmod g+w ./web/assets/

chgrp www-data ./runtime
chmod g+w ./runtime/

Migrate database

./yii migrate

PHP Setup

Install php7.3-gmp and php7.3-bcmath