stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.03k stars 835 forks source link

Clean code, remove ./wallet folder #111

Closed esteblock closed 1 year ago

esteblock commented 1 year ago

Hello. I did some clean-up of the code and removed a lot of unuseful functions. These functions where there before the usage of @soroban-react library.

There where some hooks, though, that I moved them from ./wallet/hooks to ./hooks folder.

Now, for Soroban interaction, the code is much cleaner and easy to follow