Skip to content

iMakey/phpbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phpbit

phpbit will be a light PHP Bitcoin wallet using the Stratum protocol

Structure

phpbit will be build using a number of classes, that can be used seperately or combined to a Bitcoin wallet.

  • phpbit
    • phpbit\Bitcoin : Basic Bitcoin functions like creating private keys, addresses and encoding.
    • phpbit\Wallet : Allows storing of private keys, and retrieving balance.
      • phpbit\Wallet\Transaction Allows crating and sending transactions.
    • phpbit\Stratum
      • phpbit\Stratum\Client A Stratum client.

Features

  • Installable using Composer.
  • Follow PSR standards that applies.
  • Encrypted SQLite database backend.

Requirements/links

License

phpbit will hopefully be released under the MIT license.

About

phpbit will be a light PHP Bitcoin wallet using the Stratum protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages