d4fttasiii / d4ft-wallet

:moneybag: D4FT Wallet :moneybag:
MIT License
1 stars 0 forks source link

D4FT Wallet

Crypto currency wallet allowing offline transaction signing for cold wallet users, built by using Angular Electon boilerplate (https://github.com/maximegris/angular-electron.git).

Installation

  1. Install node.js

https://nodejs.org/en/

  1. Install dependencies
npm ci
  1. Build the application
npm run electron:build
  1. Navigate to the relase/win-upacked folder and run the application.

Build transactions

1_build

Sign pre-built transaction offline safely

2_sign_offline

Submit signed transactions

3_submit

Customize connections

4_configure