sairajzero
1e9cb164ad
Multiple receivers in sendTx
...
- Can now send to more than one receiver
- receiverID, amount is replaced as receivers (object) format: {id1:amt1, id2:amt2}
- Updated UI for the same
2022-06-18 05:37:43 +05:30
sairajzero
44bd69c7c8
Adding Bootstrap-UI
2022-06-18 03:33:06 +05:30
sairajzero
fb914d2ae7
re-enabling segwit and bech32 in UI
...
- re-enabled segwit and bech32 address shown in generation and retrieval (signing issue fixed in prev commit)
- view address details: remove duplicate address shown in same tx
2022-06-17 04:11:56 +05:30
sairajzero
842006cfc9
Fixed segwit/bech32 signing issues
...
- Fixed segwit/bech32 signing (transaction inputs)
- Added verifyKey: verify the private key for address
- sendTx: accepts privateKeyHex and WIF
- Fixed: change amount bug (due to float aggregation)
2022-06-17 04:08:42 +05:30
sairajzero
361c1752a7
Disabling segwit and bech32
...
- disabled segwit and bech32 address shown in generation and retrieval
(until broadcast issue if fixed for them)
2022-06-16 03:51:42 +05:30
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