Welcome to Dev3
  • ➕Create a Dev3 App
  • 🤖SDK
    • 📖Introduction
    • ⚙️Initialization
    • ➡️Importing Contracts
    • 🤝User Authentication
      • Options
    • 🔍Query Contracts
      • Function Parameters
    • ⚡Execute Contracts
      • Execution Options
    • 🛠️Deploy Contracts
      • Deployment Options
    • 📖Address Book
    • ❓FAQ
      • Out of gas error
  • INTEGRATIONS
    • 🔷Chainlink Feeds
    • 🔷Chainlink Subscriptions
      • 🎲VRF Subscriptions
      • 🧮Functions Subscriptions
      • 🤖Upkeep Subscriptions
    • 🎆OriginTrail DKG
    • 📽️OriginTrail DKG Video Tutorial
    • 📊Polyflow Analytics
  • Pricing
    • 💸Dev3 Pricing Plans
    • 💸Polyflow Pricing Plans
  • 🚀Guides
    • 👾Launching an NFT Collection
      • Step 1: Upload assets
      • Step 2: Upload metadata
      • Step 3: Deploy contracts
  • 🏫Resources
    • 👨‍💻Developer Resources
Powered by GitBook
On this page
  1. SDK

Introduction

Short introduction to the Dev3 JavaScript SDK.

PreviousCreate a Dev3 AppNextInitialization

Last updated 1 year ago

The SDK exposes all the core functionalities available when using the

At this moment, the only available SDK implementation is JavaScript based and can be used inside JS based projects implemented in technologies such as:

  • NodeJS

  • React

  • Angular

  • Other JS based frameworks

Using the SDK to integrate the Dev3 inside your project is highly recommended and advised to be used instead of connecting to the API directly. SDK is easy to integrate, and you will do more in less lines of code.

🤖
📖
Dev3 Dashboard.