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

Intro

The guide to use Seascape SDK

PreviousInstallationNextInstallation

Last updated 2 years ago

Was this helpful?

Seascape speeds up the development of the Decentralized Applications.

Seascape SDK hides the complexicity of the blockchain for developers and makes the Backend/Frontend and Blockchain relationship smoother.

The Seascape SDK is a pragmatic approach on development, its the result of writing complex Play 2 Earn games for more than 3,5 years.

Seascape SDK helps to interact with the blockchain. It's a layer on top of the libraries to simplify the most boring parts of the libraries or it adds the helpers on top of the libraries to use it by the Game developers without going deeper into the blockchain terminology. Yet, for more complicated things, you can use the libraries directly from the Seascape SDK itself.

The Typescript implementation for the Node.js applications is called .

On the roadmap, we aim to release the code for Go language as well.

Here are parts that Seascape SDK improves in the development of the code:

  • Server approved data submission for the users to the Blockchains.

  • Single library to setup the smartcontracts in the Seascape CDN.

  • Smartcontract interaction made easier.

If you don't understand it all, don't worry. I will cover them up in more details.

On the next page, I explain how to install the Seascape JS into your library.

Then I will explain each features with the examples.

Then I will list the API references for full list.

Finally, some notes about the internal structure of the code for changing the Seascape JS for your own needs or for contribution into it.

SDK
Seascape JS