Integraion

Contracts

Contracts

Mainnet Configuration (TBA)

The Decentralized Cloud Infrastructure Protocol will soon deploy on the Ethereum Mainnet. The following details pertain specifically to the DEPN Token and DEPN Market on Mainnet:


Mainnet DEPN Token and DEPN Market (TBA)

  • DEPN Token Address: To be provided upon mainnet launch. This token will serve as the primary currency for protocol services, including API access, transaction fees, and incentive mechanisms.

  • DEPN Market Address: To be provided upon mainnet launch. The DEPN Market will facilitate a decentralized marketplace for API providers, where users can access and subscribe to various decentralized services using DEPN Tokens.

Both the DEPN Token and DEPN Market will leverage the security and scalability of Ethereum Mainnet, providing a robust foundation for high-volume usage and seamless transactions. Full configuration details will be added once the mainnet deployment is live.


Testnet Configuration (Sepolia)

In preparation for the mainnet launch, the protocol is currently deployed on the Sepolia Testnet to support development and testing.

const networkConfig = {
  11155111: {
    name: "sepolia",
    owner: "0xCed9FFFCa7fB00B25b2F6CDCfBCcF2e679dfe15b",
    linkToken: "0x779877A7B0D9E8603169DdbD7836e478b4624789",
    oracle: "0x6090149792dAAeE9D1D568c9f9a6F6B46AA29eFD",
    ZtControl: "0x0B9f15d07a2B91C2e321d3C1F9AD1fB3369aa6C0",
    mesh: "0x1b08714A2b422b27F1E8e4AE23bC4Ff6e73866ba",
    cod: "0x54cA3ACe7871f2Ec83B2fE06ED125e287cfAf1c9",
    pod: "0x3971e1D7EE2375D5f067cCF1e2Dd1ACDd42e3EB4",
    deployment: "0x326820a4620eaA76871d2851E9d360619FE1b5Eb",
    cluster: "0x9Eb57282148E070DDb991A789887DaD6C6D0E1e9",
    node: "0xC74bf154E532Ff11473a833D924765537EC9B0c3",
    DEPNMarket: "0x87F8dDD5fcA4Cd33a260666F9AF115b0482Ea9dd",
    DEPNToken: "0xE34f38912f6B73751aC3e38268dc7C18d9cd205C",
    sitename: "gw105",
    sitehost: "http://198.211.96.142:8080",
    ztMeshJob: "84981edb58a2455aade2e9d797ae86f1",
    codjob: "3c09c86cffbd4563a3c0b2b97f411aec",
    authorizedSenders: "0xCed9FFFCa7fB00B25b2F6CDCfBCcF2e679dfe15b",
    fee: "0.1",
    fundAmount: "10",
    automationUpdateInterval: "30"
  }
};


Sepolia Testnet Smart Contract Parameters

  • owner: The address managing the contracts.

  • linkToken: Address of the Chainlink LINK token on Sepolia for oracle services.

  • oracle: Chainlink oracle address for external data.

  • ZtControl, mesh, cod: Addresses for contracts managing Zero Trust control, mesh networking, and other core operations.

  • pod, deployment, cluster, node: Addresses for container and node management contracts.

  • DEPNMarket, DEPNToken: Sepolia addresses for the protocol’s API market and DEPN Token, supporting API subscriptions and token transactions.


Site and Operation Parameters

  • sitename and sitehost: Identifiers for serverless site connections.

  • ztMeshJob and codjob: Job identifiers for task automation.

  • authorizedSenders: Address authorized to communicate with the Operator contract.

  • fee and fundAmount: Oracle fee parameters.

  • automationUpdateInterval: Update frequency for task automation.


Development and Testing

  • developmentChains: Lists development environments for local testing.

  • VERIFICATION_BLOCK_CONFIRMATIONS: Number of confirmations for contract verification.

Comprehensive Tokenomics Overview

API Market

Depinify © Copyright 2024. All rights reserved.