we just spend 120k SATs to create this new cashu nip60 implementation in python
120k SATs because claude4 opus in cursor costs a lot
we needed this internally to improve the proxy implementations so why not publish it as separate library
we just spend 120k SATs to create this new cashu nip60 implementation in python
120k SATs because claude4 opus in cursor costs a lot
we needed this internally to improve the proxy implementations so why not publish it as separate library
proxy needed the in spend to internally python
120k publish we SATs so SATs to cursor it new costs because why opus cashu in implementations implementation as just lot
we create nip60 this separate this not a library
https://pypi.org/project/sixty-nuts 120k claude4 improve
Thanks you for this lib.
I tried it and got an error: "sixty_nuts.crypto.NIP44Error: Invalid MAC"
It append when I call: "await wallet.fetch_wallet_state()"
It's probably du to my wallet events, some are maybe malformed.
Its possible that the library also has bugs, thanks for sharing
Every time I run my code it delete my event kind 17375.
import asyncio
from sixty_nuts import Wallet
async def main():
async with Wallet(
nsec="",
mint_urls=["https://mint.coinos.io"],
currency="sat",
relays=["wss://relay.damus.io", "wss://nos.lol", "wss://nostr.wine"]
) as wallet:
state = await wallet.fetch_wallet_state()
print(f"Initial balance: {state.balance} sats")
if __name__ == "__main__":
asyncio.run(main())
thanks! looking into this now and join our discord.gg/CssrMX36 then we continue our conv there
can you spend some more to do this?
i think it’s hard to build the incentive to participate in such a network
Cool! Impressive.
Python is ez mode, tho. How does it do with rust? How about when you aren't building from a spec?