stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.06k stars 859 forks source link

Swap js-stellar-sdk for js-soroban-sdk #14

Closed paulbellamy closed 1 year ago

paulbellamy commented 1 year ago

This switches the old js-stellar-sdk horizon client dependency for the new js-soroban-sdk soroban-rpc client dependency. The new library simplifies calling soroban-rpc (as I was just doing it in-line with axios before).

I also took the opportunity to do a general tidy-up of the readme, and removed yarn stuff in favour of npm.