-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Background
Fireblocks users might need to corroborate some addresses within a given workspace provided the workspace public key, as to ensure a backup with the private key matches the accounts generated by Fireblocks.
Introduction
When using ada_helpers to derive particular accounts, the following errors are displayed:
Traceback (most recent call last):
File "address_derivation.py", line 3, in <module>
from utils import ada_helpers, sol_helpers, dot_helpers
File "/workspace/fireblocks-key-recovery-tool/utils/ada_helpers.py", line 3, in <module>
import cbor2
ModuleNotFoundError: No module named 'cbor2'
Traceback (most recent call last):
File "address_derivation.py", line 3, in <module>
from utils import ada_helpers, sol_helpers, dot_helpers
File "/workspace/fireblocks-key-recovery-tool/utils/ada_helpers.py", line 5, in <module>
import bech32
ModuleNotFoundError: No module named 'bech32'
These errors happen in a few other dependencies, but this issue focuses in Cardano only.
Metadata
Metadata
Assignees
Labels
No labels