Skip to content

Bitcoin Application Development Plan

vizeet srivastava edited this page Jul 5, 2018 · 2 revisions

List of Items already implemented:

  1. Block Parser
  2. Transaction Parser
  3. Bitcoin core leveldb query and parser
  4. HD wallet creation
  5. Implementation includes Segwit addresses and transactions
  6. BIP 32, 39, 143, 144, 16

Current development:

  1. Building bitcoin vault to secure bitcoins in 3-5 multiseed hd-wallet. I still need to come up with white paper on this. Using javascript.
  2. Transaction signing and verifying using ecdsa algorithm.

Future implementation plan: (May be taken up in any order)

  1. BIP 70
  2. Lightning network hardware wallet
  3. Improved digital asset sale implementation
  4. Permissioned blockchain on bitcoin
  5. Scala spark graphx neo4j implementation to generate Transaction graph by reading data on leveldb
Clone this wiki locally