Discussion
Share your thoughts.
Posts
6- How to switch from testnetConnection to custom RPC in Sui.js?DiscussionBolke 10Jan 05, 2025
I'm working on a project using Sui.js and I need to connect to a custom RPC URL instead of using the default testnetConnection. How can I achieve this? I've seen a lot about connecting via testnetConnection, but I need guidance on using a custom setup for my RPC endpoint.
- Move CLI
00 - How to send SUI to a wallet address in a smart contract?Discussiontomek25Jan 04, 2025
I'm working on a smart contract and I'm struggling to send SUI tokens to a specific wallet address. I have used the transfer::public_transfer function as suggested in the Sui framework but didn't succeed. Here's what I tried, but I encountered errors. What could be wrong and how can I fix it?
- Move CLI
02 - How to get the amount of SUI coins using Move language?Discussionyhant332Jan 04, 2025
I'm working with the Move language and I want to create a function that retrieves the amount of SUI coins held by a specific address. Is there an existing module or function in Move that can help me achieve this?
- Move CLI
01 - How to use API endpoint for coin data on a website?DiscussionYJS10Dec 31, 2024
I'm working on a website and I need to display the current market cap and price of our coin. I've found an API related to our coin, but I'm unsure how to use it. Could someone guide me on how I can get this information through the API?
- Move CLI
- Move
02 - Can deploying and calling a contract be done in one step?DiscussionRaju22Dec 31, 2024
I'm trying to reduce the number of user clicks in my application process. Currently, I have two separate actions: deploying a contract and sending a PTB. I'm looking for a way to merge these into a single action to make things simpler for the users. Is it possible to deploy a contract and simultaneously call some of its functions within a single PTB?
- Move CLI
01 - Can I automate user transactions on Sui without signing?DiscussionBolke 10Dec 31, 2024
I'm developing a game where users constantly input data that modifies an NFT. I want to minimize user friction by automating transactions without requiring user signatures for each step. Is there a way to handle this, maybe using session tokens or similar methods to submit transactions from a user's wallet without signing each one?
- Move Module
- Move Script
01
- 100
- 75
- 60
- 58
- 55
- 52
- 45
- 37
- 36
- 35
- Move
- Move CLI
- Move Module
- Move Script
- Smart Contract
- Move Bug
- Move Prover
- Feature Request