Files
cdk/bindings/cashu-sdk-ffi/bindings-python/examples/mint.py
2023-09-02 13:27:36 +01:00

6 lines
136 B
Python

from cashu_sdk import Mint;
mint = Mint("supersecret", "0/0/0/0", {}, [], 32)
print(mint.active_keyset_pubkeys().keys().as_hashmap())