Skip to content

rafaelturon/dcrledger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decred wallet ledger services

Features

  • Blockchain services and wallet
    • Connect to network
    • Automatically starts wallet services
    • Enables access to more critical commands using 2FA
      • Device shutdown
      • Ticket buying
  • Exposes a secure API service
    • Balance
      • Available Balance
    • Tickets stats
      • Own Mempool
      • Immature
      • Live
      • Total Subsidy (in DCR)

Architecture

  • Wallet agent (docker)
  • Ledger services (cloud)
    • Accounts
    • Payments
      • Invoices
      • Fiat and Crypto Transactions History
      • Third party payment processors
  • Pricing services (cloud)

Installation

This is a guide for setting up a Decred wallet.

  1. Download the installer script and verify its SHA256 value:
wget https://raw.githubusercontent.com/rafaelturon/dcrledger/master/install.sh
sha256sum install.sh
2db3908d4e1d7325423b903e24ddd5b4d0181aa38f79ca474f56d373d4cc8ba8  install.sh
  1. Run the install script that will update the system, install all the required packages and configure it.
./install.sh

About

Decred debit and credit transactions service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors