Skip to content

Platforms

Arsenii Petrovich edited this page Feb 23, 2026 · 2 revisions

Purpose

Collect development platforms that simplify life to the developers. Development platform usually represents an integrated suite of software tools, services, and infrastructure designed to enable developers to build, test, and deploy applications efficiently. It serves as a foundation — often combining code editors, APIs, data connectors, and deployment simplifiers that aim to accelerate software development and reduce costs.

Storage path

references/offers/platforms.csv - canonical source for all new offers (including offers only exist one network). listings/specific-networks/<network_name>/platforms.csv - use !offer:<slug> references and only specify network-specific overrides when needed. listings/all-networks/platforms.csv - use for entries that should propagate to all network JSON outputs.

When to add

  • Tool is directly useful for building on this chain.
  • Tool is not in archived or deprecated state.
  • Docs/install links are public and maintained.

Example

slug,provider,offer,actionButtons,toolType,description,tag,planType,planName,price,trial,availableApis,executionEnvironment
4everland-free,4everland,"[""[Website](https://www.4everland.org/)""]",Hosting,"It provides developers with a suite of tools and infrastructure to build, deploy, and host decentralized applications","[""Storage"",""IPFS"",""Decentralized""]",Free,,$0,FALSE,,

Columns

slug

Refer to Common Columns.

provider

Refer to Common Columns. Examples: Hardhat, Foundry.

actionButtons

Refer to Common Columns.

toolType

Platform category. Blank: No Format: text Examples: Hosting, No code, All in one, Auth, Automation, Agency, Debug, Finances Tips:

  • toolType should be standardized as much as possible - do not create additional types unless strictly necessary. If necessary - provide an explanation on why in your PR.

description

What the platform does. Blank: No Format: text Examples: It provides developers with APIs, SDKs, and a dashboard to simplify creating decentralized applications by abstracting blockchain complexities

tag

Refer to Common Columns.

planType

Refer to Common Columns.

planName

Refer to Common Columns.

price

Refer to Common Columns.

trial

Refer to Common Columns.

availableApis

APIs this platform provides (if any). Blank: Yes Format: JSON list Examples: ["REST","GraphQL","SDK"]

executionEnvironment

If it is limited by specific environment - point it here. Blank: Yes Format: text Examples: EVM, Substrate, Rust, etc.

Clone this wiki locally