ethSign
Sign data securely on Ethereum networks using a standardized interface. Input data in any format, specify a network or custom RPC, and generate signed transactions or messages for blockchain interactions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | The data to sign. Will be converted to hex if not already in hex format. | |
provider | No | Optional. Either a network name or custom RPC URL. Use getAllNetworks to see available networks and their details, or getNetwork to get info about a specific network. You can use any network name returned by these tools as a provider value. |