send-eth

Transfer Ether between Ethereum addresses using the Nethereum library.

2.3k|747|Updated Nov 23, 2015
One-click install
npx skills add https://github.com/Nethereum/Nethereum --skill send-eth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-eth
Source: https://github.com/Nethereum/Nethereum/tree/main/plugins/nethereum-skills/skills/send-eth
Command: npx skills add https://github.com/Nethereum/Nethereum --skill send-eth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables users to securely transfer Ether (ETH) between Ethereum addresses, facilitating cryptocurrency transactions and wallet management.

Core Features & Use Cases

  • Send ETH: Transfer Ether to any Ethereum address.
  • Multi-chain Support: Works with various Ethereum-compatible networks.
  • Manual Signing: Supports both legacy and EIP-1559 transaction formats for advanced control.
  • Use Case: Send 0.5 ETH from your main wallet to a friend's address on the Sepolia testnet.

Quick Start

Use the send-eth skill to transfer 1.5 ETH to the address 0xRecipientAddress using your private key and an Infura project ID.

Frequently Asked Questions about send-eth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transfer ETH between Ethereum wallets using Nethereum?

To transfer ETH using Nethereum, you need the recipient's Ethereum address, your account private key, and node connection details to broadcast the transaction across the network.

Can I send Ether on EVM-compatible chains other than Ethereum mainnet?

Yes, you can send Ether across multiple EVM-compatible chains by providing the appropriate node connection details for the specific network you intend to interact with.

Does this method support EIP-1559 transaction types for sending crypto?

Yes, the transfer mechanism supports manual signing for both legacy and EIP-1559 transaction formats, providing advanced control over how the Ethereum transaction is structured.

What do I need to broadcast an Ethereum transaction to a network?

Broadcasting an Ethereum transaction requires the sender's account private keys for manual signing and an active node connection, such as an Infura project ID, for network access.

Can I use this approach to send ETH on the Sepolia testnet?

Yes, you can send ETH on the Sepolia testnet by configuring your node connection details to point to the Sepolia network before broadcasting the transaction.