threefoldtech / web3gw

Proxy for the web3 world
Apache License 2.0
1 stars 1 forks source link

56 stellar expand client calls #134

Closed brandonpille closed 1 year ago

brandonpille commented 1 year ago

This completes #56

brandonpille commented 1 year ago

Why do we need to CreateAccount at all? Can't we just create a new stellar client, load it with the network and that's it? Also check the code comments please

What do you mean by just create the new stellar client, load it with the network and that's it? Do you mean move the create account call out of Client class, call that function and then create the stellar client object?