mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-22 03:24:18 +01:00
7 lines
149 B
Python
7 lines
149 B
Python
from cashu.core.settings import MINT_PRIVATE_KEY
|
|
from cashu.mint.ledger import Ledger
|
|
|
|
print("init")
|
|
|
|
ledger = Ledger(MINT_PRIVATE_KEY, "data/mint")
|