Craftware Docs
  • What is Craftware?
    • Game Samples using Craftware
  • ❗Getting Started
  • SDKs
    • Unity3D SDK Guide
    • Golang SDK Guide
  • Blockchain Elements
    • Smart Contracts
    • ICraftableIn Library
  • 🎮Game Content
    • Game Assets
      • Resources
        • Create a resource
        • Retrieve Resources in Game
      • Currencies
      • Items
      • Properties
      • Export Assets Data
      • Import Assets Data
    • Crafting
      • Crafting Rule
  • 🤝Onchain Interoperability
    • Authentication
      • Wallet Binding
      • Wallet Session Authentication
      • Setting Up Wallet Authentication
    • Ports Protocol
      • Export Protocol
      • Import Protocol
    • Backward Compatibility
    • Crafting Protocol
      • Craftable Token
        • Definition Metadata
        • Craftable Input Token
        • Craftable Output Token
      • Crafting Rule Contract
        • Definition Metadata
      • Crafting Rule No-code Designer
  • ⚙️Admin
    • Account Settings
      • Account
      • Users
      • API Keys
      • Plan
      • Config
    • Security
    • Terms of Service
    • Privacy Policy
Powered by GitBook
On this page

Was this helpful?

  1. Game Content
  2. Game Assets

Resources

Wood, metal, rock, apples, pumpkins... you gather them, grow them in a farm, utilize them to manufacture equipment.

Resources are fungible assets where no one resource has properties of its own that are different from those of another resource of the same type.

A resource consists of:

  • Resource ID

  • Name

  • Image

  • Regen Rate

  • Starting Balance

  • Cap

  • A set of Properties

To learn how to create and get Resources, continue to the next page.

PreviousGame AssetsNextCreate a resource

Last updated 1 year ago

Was this helpful?

🎮