paltalabs / soroban-react

@soroban-react is a simple, powerful framework for building modern Soroban dApps using React.
https://soroban-react.paltalabs.io/
Apache License 2.0
30 stars 15 forks source link

Dapp is not using user's RPC #88

Closed esteblock closed 4 months ago

esteblock commented 5 months ago

Currently the DAPP is using the library by default RPC. (This should also change, the dapp should provide the default RPC to be used) Also, when a user comes with a custom RPC, the dapp should use that custom RPC and not the by default. Please change