🤔FAQs
Q: I'm getting an error for 'insufficient funds', how do I resolve?
A: You need to add Solana into your wallet to pay for transactions, this even includes using 'devnet.'
Q: My transactions are failing due to timeouts, any workarounds?
A: Blockchain transactions can have multiple reasons for failure, including network congestion. One common recommondation is using a dedicated RPC node and not the public Solana nodes. See www.helius.dev for an example of dedicated RPC solutions.
Q: Am I able to delete entries after they're published?
A: Entries may be archived via update, but not deleted.
Last updated