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
Actions
STARTON_UPLOAD_FILE_TO_IPFS
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
Action Response
STARTON_UPLOAD_JSON_TO_IPFS
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
Action Response