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
26 stars 13 forks source link

Network connector without wallet #64

Closed benjaminsalon closed 7 months ago

benjaminsalon commented 8 months ago

Adding more props to the SorobanReactProvider component to make it able to take default network connector for read-only (activeChain and server)

Should solve this https://github.com/paltalabs/soroban-react/issues/12

You can see an example of how to use with https://github.com/esteblock/multichain-dapp/commit/3b0a2e5febb99a278d6ac75694d6f91c1c3998f1

esteblock commented 8 months ago

Cool, I will check