Starton

Learn how to use Starton with Composio

Overview

Enum

STARTON

Description

Starton is an all-in-one Web3 API platform that enables developers to deploy and interact with smart contracts, store files on IPFS, and monitor blockchain events through a unified API and frontend interface.

Authentication Details

api_key
stringRequired

Actions

Upload a file to ipfs. this tool allows users to upload a file to the interplanetary file system (ipfs) through the starton api. when the file is successfully uploaded, the tool returns the content identifier (cid) and a url to access the file via starton’s ipfs gateway. it supports both synchronous (issync=true) and asynchronous uploads, and accepts optional metadata as a json object.

Action Parameters

file_path
stringRequired
is_sync
boolean
metadata_json
string

Action Response

data
object
error
successful
boolean

This tool allows users to upload json content directly to the interplanetary file system (ipfs) through the starton api. it takes a name for the file and the json content itself as input. optionally, metadata can be included. upon successful upload, it returns the content identifier (cid) of the file on ipfs and a gateway url to access it.

Action Parameters

content
objectRequired
metadata
object
name
stringRequired

Action Response

data
object
error
successful
boolean