Lumia - The RWA Chain
  • What is Lumia Chain?
  • Polygon
    • CDK
    • AggLayer
    • Miden
    • Passport
  • ⛓️Lumia
    • Architecture
    • Roadmap
    • LUMIA Token
      • Token Swap Guide (UI)
      • Token Swap Guide (SmartContract)
    • 普通话 - LUMIA 代币
    • rwaUSD
    • HyperNodes
    • zkProvers
      • zkProver Network (zkN) via Gevolut
    • Sequencer
      • Decentralised Sequencer Network (DCN)
    • Data Availability
      • Validium
      • Volition (Enhanced Validium)
      • What is Avail DA?
        • How does AvailDA Scale?
        • Benefits of AvailDA
      • Lumia DA - Lightclient Nodes
    • Lumia Stream
      • Node Owned Liquidity
      • Liquidity Restaking
    • Interoperability
      • Polygon AggLayer
      • HyperLane
    • KYC
    • Chain & Account Abstraction with Intents
      • Particle Connect on Lumia
    • Real World Assets (RWA) on Lumia
  • 🛠️Build
    • Introduction
      • Accounts and Wallets
      • Setup Metamask with Lumia Chain
      • Bridge to/ from Lumia L2
      • Setup FoxWallet with Lumia Chain
    • Explorers
    • Build Environment
      • RPC
        • RPC Guide
      • Add Lumia Network to MetaMask
      • Testnet Tokens
    • SmartContracts
      • Deployment
        • Hardhat
        • Truffle
      • Verify
        • Hardhat
        • Truffle
      • Interact
      • Relay
      • Web3 Functions
    • On-Chain KYC
    • Oracles
      • API3
      • Supra
      • Commodity Prices
    • Indexers
      • Indexing with TheGraph
      • Indexing with Goldsky
    • zkNode
      • Run Local Validium Node
      • Run an RPC
        • JSON RPC Endpoints
      • Gas Fees
    • DA Lightclient
    • CDK Repos
    • rwaUSD
      • rwaUSD: Overcollateralizing
      • rwaUSD: Bridging
    • FAQs
Powered by GitBook
On this page

Was this helpful?

  1. Build

Introduction

To make the most of the information provided in this documentation, it's helpful to have a basic grasp of programming concepts. While we primarily use Solidity and JavaScript throughout the guides, prior experience with these languages is not strictly necessary but can certainly enhance your understanding of the content.

In addition to programming knowledge, familiarity with MetaMask, account and balance management, and interacting with the Ethereum Virtual Machine will prove valuable as you navigate through the material.

To supplement the information in these guides and deepen your comprehension of the subjects and practical code examples, we highly recommend exploring additional resources that focus on Solidity and JavaScript. This will not only reinforce the concepts covered here but also provide a more comprehensive understanding of the topics at hand.

Is Blockchain Expertise a Prerequisite?

While having a background in blockchain technology can certainly be advantageous, it is not a strict requirement. The fact that you are here, reading this documentation, demonstrates that you are already on the right path to learning and understanding the concepts presented.

Do I Need to be a Programmer to Understand the Introduction?​

The good news is that you don't need any programming skills to comprehend the content. The information provided here serves as a foundation for the more advanced topics that will be covered later in the documentation. Whether you are a seasoned developer or new to the world of programming, this introduction will help you establish a solid understanding of the basics before diving into the more complex aspects of the subject matter.

PreviousReal World Assets (RWA) on LumiaNextAccounts and Wallets

Last updated 1 year ago

Was this helpful?

🛠️