Orbiter Finance
WebsiteDiscord
  • 🏠Welcome!
    • 🛸Overview
    • Bridge Protocol
    • Maker System
    • Insights and Infrastructure Path Ahead
    • ZKP Applications
    • Inscription Cross-Rollup Protocol
    • Channel Partners
    • Quest
      • Task Verification API
    • L2 Data
    • Other Projects
  • 🪐Supported Chains
  • ❓FAQ
    • 🍬O-Points
    • Maker Addresses
    • Security Audits
  • 🧑‍🏫Developer
    • Testing Integration
    • ⚙️REST API
      • 🎑Overview
      • Execution steps
      • API Reference
    • ⚙️JS SDK
    • ⚙️Widget
    • 👷‍♂️Smart Contract
      • 🎑Overview
      • 📗Aggregator
        • Supported Chains
      • 📗Orbiter Router
      • 📗OPool
  • 📂SUPPORT & MISC.
    • 🎨Brand Kit
    • 🔗Discord
    • 🔗Twitter
    • 🔗GitHub
    • 🔗Youtube
    • 🔗Medium
Powered by GitBook
On this page

Was this helpful?

  1. Developer

Testing Integration

Run test transactions on mainnets.

Importance of Running Test Transactions on Mainnets

  1. Real Environment Validation

  • Mainnets provide the most realistic testing scenarios

  • Validates actual fund flows and contract interactions

  • Ensures all functionalities work properly in production

  1. Testnet Limitations

  • Most bridges and exchanges have limited testnet support

  • Extremely low liquidity makes effective testing difficult

  • Testnet environments may differ from mainnet

  1. Mainnet Advantages

  • Full liquidity support

  • 100% functionality availability

  • Direct validation of actual economic models

  1. Testing Recommendations

  • Start with small amounts for initial verification

  • Gradually scale up testing volume

  • Monitor all transaction statuses

  1. Important Notes

  • Ensure contracts have been audited

  • Set appropriate gas limits

  • Maintain complete transaction records

We strongly recommend conducting all integration tests on mainnets as this represents the best practice for ensuring system stability and functional integrity.

To minimize costs, we recommend testing on chains with low gas fees. Optimism and other Layer 2 (L2) chains are excellent choices for cost-effective testing.

PreviousSecurity AuditsNextREST API

Last updated 21 days ago

Was this helpful?

🧑‍🏫