jdgcs / aewallet

aeWallet: A PC-based wallet of Aeternity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aeWallet

aeWallet: A PC-based wallet of Aeternity.

The binary release: https://github.com/jdgcs/aewallet/releases/tag/1.2

Features

  1. ONLINE and OFFLINE transactions can be made.
  2. Support local and remote fullnode.
  3. Basic transaction with payload.
  4. Support .chain AENS name.

Run

Windows

Run: aeWallet.bat

Ubuntu 18.04+

  1. apt install php php-curl php-gd
  2. chmod 777 start.sh
  3. ./start.sh

Notice

  1. Please put the wallet to the root directory such as D:\ without special characters in the path.
  2. With long payload, please set the gas fee manually, such as 0.01 AE.

Build from sourcecode - Windows

  1. Compile https://github.com/aeternity/aepp-sdk-go, rename aepp-sdk-go.exe to signtx.exe, and copy it the the ./env directory.
  2. Download PHP from https://windows.php.net/download#php-7.3, and extract them to the ./env directory, enable culr extension.
  3. Run: aeWallet.bat or ./start.sh

About

aeWallet: A PC-based wallet of Aeternity.

License:MIT License


Languages

Language:PHP 44.0%Language:HTML 34.1%Language:JavaScript 16.5%Language:CSS 5.4%Language:Hack 0.0%Language:Batchfile 0.0%