🌊
Urchin Web3 CMS
  • 🌊What is Urchin?
  • 🛠️How it works
  • 🏎️Getting started
  • 🧱API Reference
    • Core
      • urchin()
      • .preflight()
      • .process()
    • Template
      • .template.create()
      • .template.update()
      • .template.get()
      • .template.getAll()
    • Taxonomy
      • .taxonomy.create()
      • .taxonomy.update()
      • .taxonomy.get()
      • .taxonomy.getAll()
    • Asset
      • .asset.create()
      • .asset.update()
      • .asset.get()
      • .asset.getAll()
    • Entry
      • .entry.create()
      • .entry.update()
      • .entry.get()
      • .entry.getAll()
  • 🤔FAQs
Powered by GitBook
On this page

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.

Previous.entry.getAll()

Last updated 1 year ago

🤔