mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 19:54:18 +01:00
5 lines
161 B
Python
5 lines
161 B
Python
from cashu.core.settings import MINT_PRIVATE_KEY
|
|
from cashu.mint.ledger import Ledger
|
|
|
|
ledger = Ledger(MINT_PRIVATE_KEY, "data/mint", derivation_path="0/0/0/0")
|