Seascape Network
EN
EN
  • Welcome to Seascape
  • Guides
    • How to use the Scape Store Swapping Feature
    • How to Play Profit Circus
    • Guide to NFT Brawl
    • Guide to Staking Saloon
    • Guide to Scape Forum
    • Guide to Zombie Farm
    • Bridge Your MSCP between MOVR and BSC
    • Guide to join the pCWS Pools and NFT Trading
  • SMARTCONTRACTS
    • Addresses
      • Lighthouse
      • Changelog
    • Installation
    • Seascape NFT (SCAPES)
    • Crowns (CWS) token
  • Game for Developers
    • API Urls
    • Seascape Nft
    • Game 2: NFT BRAWL
      • Leaderboard
    • Game 5: Zombie Farm
      • Glossary
      • Reward categories
      • Option categories
      • API call order
  • Scape Store (Marketplace)
    • Config
    • Nft Swap
    • RPC backend
    • Smartcontract Changelog
  • API changelog
  • Seadex
    • Intro
    • Local deployment
    • Addresses
    • Managing Token
      • Add supported token to Factory
  • Lighthouse (IDO)
    • API
    • Smartcontrontracts
      • Tiers
    • Installation
  • Seascape SDK
    • Intro
    • Installation
    • Features
      • Shared Smartcontract Parameters
        • Configuration Format
        • Seascape CDN Config
        • CdnWrite
          • Truffle Framework
          • Hardhat Framework
          • Non-framework update
        • CDN Read
      • Server Proof
        • Smartcontract Data
        • Proof of Server
Powered by GitBook
On this page

Was this helpful?

  1. Seascape SDK
  2. Features

Shared Smartcontract Parameters

Description of sharing smartcontract ABI and the address using the Seascape CDN.

Developers can automatically upload smartcontract parameters to the Seascape CDN using Seascape SDK. For that, developers can integrate the Seascape SDK into the smartcontract development frameworks. During the smartcontract deployment, Seascape SDK will take care of uploading the data to the Seascape CDN.

The Smartcontract Configuration contains the several parts:

  • Configuration Format - a schema and the location of the configurations

  • SeascapeCdnConfig - a module that contains all deployed smartcontract information of the project.

  • SeascapeAbiConfig - a module that tracks the ABI variations of the smartcontract.

  • SeascapeAbi - a module that keeps the ABI in Seascape CDN.

  • CDN Write - a module to set up from the Smartcontract frameworks. (This module should be used in the truffle or hardhat frameworks by the smartcontract developers)

PreviousFeaturesNextConfiguration Format

Last updated 2 years ago

Was this helpful?