Skip to content
forked from jdgcs/aewallet

aeWallet: A PC-based wallet of Aeternity.

License

Notifications You must be signed in to change notification settings

sandi1688/aewallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 44.0%
  • HTML 34.1%
  • JavaScript 16.5%
  • CSS 5.4%