Skip to content

openware/safebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

safebox

Example of wallet configuration in peatio

- name:             Bitcoin Hot Wallet
  blockchain_key:   btc-testnet
  currency_id:      btc
  # Address where deposits will be collected to.
  address:          '2N4qYjye5yENLEkz4UkLFxzPaxJatF3kRwf'  # IMPORTANT: Always wrap this value in quotes!
  kind:             hot       # Wallet kind (deposit, hot, warm, cold or fee).
  max_balance:      0.0
  status:           active
  gateway:          safebox  # Gateway client name.
  settings:
    uri:            http://safebox:8080
    type:           hdwallet
    account_id:     0
    wallet_id:      "xpub..."
    driver:         btc      # (btc, eth, erc20)

Todo

  • Client to generate keypair into vault
  • Local testing environment with localnet
  • Unit test environment
  • Send transaction by CLI
  • Validate incoming transaction with RSA
  • Build Raw transaction
  • Publish with json-rpc client to remote bitcoin node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published