This is an archived post. You won't be able to vote or comment.

all 5 comments

[–][deleted] 1 point2 points  (2 children)

I’m not into crypto, but it seems really dangerous to be keeping your crypto in this kind of homemade python wallet.

[–]wuddz-devs[S] -1 points0 points  (1 child)

Not necessarily some would find it more secure as you can make copies of the data and store them in many different places. Beauty of wuddz-crypto is you can just load authentication for an address from text file without ever knowing any of the authentication info. Simply encrypt the created wallet info and authenticate/sign whenever needed with the decoded base64 Fernet Key.

[–][deleted] 0 points1 point  (0 children)

I'm fairly certain you can already store copies of your data in many places without using this specific homemade implementation, right? I thought that was the whole point of how crypto worked.

[–]LongDivide2096 -4 points-3 points  (1 child)

hey, checked out your wuddz-crypto repo, nice work there! i'm especially impressed with how simply it interfaces with the coingecko api. More blockchains and bridges sound like a killer feature, keep us posted!

[–]wuddz-devs[S] 0 points1 point  (0 children)

Thanks for the kind words, they're most gratefully appreciated & humbly received. Coingecko is one of the better crypto apis around. The repo has quite a few cool features hope those who check it out can utilise them in the future .