Skip to main content
Scripts, CI/CD jobs, या किसी भी backend से Virtual Environments बनाने के लिए REST API का उपयोग करें। वही endpoints dashboard को back करते हैं। पूर्ण request और response schemas के लिए, देखें REST API reference

शुरू करने से पहले

  • एक Tenderly access key। इसे अपने shell में TENDERLY_ACCESS_KEY के रूप में export करें।
  • आपके account और project slugs, जो आपके Tenderly Dashboard के URL में उपलब्ध हैं।

एक single-network Virtual Environment बनाएं

एक Multichain Virtual Environment बनाएं

एक Multichain Virtual Environment multivnets endpoint के माध्यम से एक ही call में बनाया जाता है। कॉल में सभी networks एक stack_id के तहत समूहीकृत होते हैं, जो उनके बीच cross-chain bridging संभव बनाता है।
multivnet-create.sh
vnets array में प्रत्येक entry Multichain Virtual Environment के अंदर एक network बनाता है। response एक stack_id और Virtual Environment objects का एक array लौटाता है, जिनमें से प्रत्येक के अपने RPC endpoints होते हैं। Field-by-field schema के लिए REST API reference देखें।

अगले कदम