Hello, everyone! Hope you are great. I have a project where I need to sell tickets for university students. I'm done with the project; however, I can't really connect my code with the Stellar wallet. Is there any way to provide that kind of transaction? So, basically, what I want to do is that when they click "get ticket" button, it should take them to the wallet so that they could pay it and their ticket will be provided right after the payment. Do I nee to use any library or packages?
#Need a bit of help
1 messages · Page 1 of 1 (latest)
What framework are you using for your frontend?
If it's React JS you can use soroban-react
Documentation for Documentation
Thank you, I use React but whatever SDK I use I cannot bind it. Is there any way to do the binding. For example, this is one of the errors, I get:
soroban --very-verbose contract bindings typescript --contract-id CCUKLZAHJYTTW63TF3N46U7LTQBEO2KKLKVVT6S3UCYJ33LYQ4FK2GRS --rpc-url "https://soroban-testnet.stellar.org:443" --network-passphrase "Test SDF Network ; September 2015" --network testnet --output- dir ./bindings --overwrite 2024-05-08T09:12:43.127873Z TRACE soroban_cli::commands::contract::fetch: network=Network { rpc_url: "https://soroban-testnet.stellar.org:443", network_passphrase: "Test SDF Network ; September 2015" } error: program not found