jellyfish-wallet
: Transaction Builder Improvement
#635
Labels
area/packages
kind/feature
New feature request
needs/triage
Waiting for triage to be accepted
sig/wallet
What would you like to be added:
Currently, in
@defichain/jellyfish-transaction-builder
it creates a transaction and signs the transaction with the provided elliptic pair interface. The idea, novel at the time being an all-inclusive DfTx builder and signer. This proves difficult when implementing upstream onDeFiCh/wallet
.DeFiCh/wallet
has a transaction narrative that flows as such:These 6 steps belong to a methodical process that requires a few UI to implement. The current implementation, automate 1-4 into a swift action making it hard to follow/engineer a flow in UI.
This issue calls for a redesign/refactors of builder implementation to follow those 6 steps. Each action will have its own function to call upon. Beest implemented on
@defichain/jellyfish-wallet
on a extension of-*
.The text was updated successfully, but these errors were encountered: