Commit Graph

7 Commits

Author SHA1 Message Date
sairajzero
520a97595a broadcast tx
- broadcast the rawtx via api (ajax)
- Check if the entered private key is WIF format of legacy address (sender)

UI update:
- View details: handle when tx has change sent back
- Change text-color to red when tx is unconfirmed
2022-06-15 03:26:37 +05:30
sairajzero
4186f085c7 Adding address formats
- Supported address formats: legacy, segwit, bech32
- View all address formats of key generation and retrieval
- View WIF of key generation
2022-06-14 21:29:22 +05:30
sairajzero
6a4c46ee74 view address-details
- check balance moved to address-details form
2022-06-10 03:42:36 +05:30
sairajzero
4dc6395b3a Adding base-UI
forms and functions for the following
- generate-address
- retrieve-address
- check-balance
- send-tx (backend not completed)
2022-06-10 02:35:25 +05:30
sairajzero
9175f9fb05 Adding btc_api module 2022-06-10 01:59:41 +05:30
sairajzero
f3ef411089 Adding libraries 2022-06-10 01:55:35 +05:30
sairajzero
a764587bc6 Initial commit 2022-06-10 01:51:05 +05:30