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

Tool to delete a specific smart contract event watcher by its id. use after confirming the watcher id you want to remove.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all smart contracts associated with your project. use after authenticating and optionally filtering by project id.

Action Parameters

projectId
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of smart contract deployments. use after deploying or importing contracts to browse existing deployments.

Action Parameters

address
stringRequired
includeAbi
boolean
includeCompilationDetails
boolean
limit
integer
network
stringRequired
page
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific smart contract event watcher by its id. use after confirming the event watcher id and before updating or deleting it.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all smart contract templates. use when browsing the starton template library to select a template before deployment.

Action Parameters

limit
integer
page
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific watcher by its id. use when you need to confirm its configuration before updating or deleting.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all watchers monitoring blockchain events. use after watchers are created.

Action Parameters

limit
integer
page
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all webhook watchers. use after creating watchers to review existing watchers.

Action Parameters

limit
integer
page
integer

Action Response

data
object
error
string
successful
boolean
Tool to upload a file to your project's ipfs storage. use after preparing the file you want to host on ipfs.

Action Parameters

file
stringRequired

Action Response

data
object
error
string
successful
boolean