Paul Bellamy
Paul Bellamy
Use the client generation from https://github.com/stellar/soroban-cli/issues/8 Maybe wrap it in a `useContractValue` or `useContract`. decide which.
Write up a tutorial using this repo. Tutorial should include: - Clone the repo - Set up and run it locally - Tweak the contract - Tweak the app -...
- separate out js sdk stuff - separate out react sdk stuff into... a react sdk repo? Where is this going? - clean up api provider thing, and setup process....
### What problem does your feature solve? The example dapp should use standard libraries to support many wallets, so that devs can learn best practices. ### What would you like...
### What problem does your feature solve? Code style in this repo has gotten a bit messy in places. ### What would you like to see? We should add `prettier`,...
Follows on from #60 Provide a way to read raw storage xdr from contracts, as a tertiary option for dapp devs. Probably the least used, so the lowest priority. Access...
### What problem does your feature solve? Mock-based tests can be quite fragile and difficult to maintain. e.g. making a change, and having to update mocks in lots of unrelated...
### What problem does your feature solve? When debugging issues it can be helpful to log the SQL queries before they are executed. e.g. when debugging the DeleteRangeAll issue. ###...