-
Notifications
You must be signed in to change notification settings - Fork 8
Bitcoin Application Development Plan
vizeet srivastava edited this page Jul 5, 2018
·
2 revisions
List of Items already implemented:
- Block Parser
- Transaction Parser
- Bitcoin core leveldb query and parser
- HD wallet creation
- Implementation includes Segwit addresses and transactions
- BIP 32, 39, 143, 144, 16
Current development:
- 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.
- Transaction signing and verifying using ecdsa algorithm.
Future implementation plan: (May be taken up in any order)
- BIP 70
- Lightning network hardware wallet
- Improved digital asset sale implementation
- Permissioned blockchain on bitcoin
- Scala spark graphx neo4j implementation to generate Transaction graph by reading data on leveldb