Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: ETH Account Funding Guide #57

Merged
merged 5 commits into from
May 29, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ yarn add near-ca

## Usage

Create a .env file. Make sure the environment variables are defined in the .env file. You can view the required variables in the .env.example
sgerodes marked this conversation as resolved.
Show resolved Hide resolved

Fund your address with some sepolia ETH
sgerodes marked this conversation as resolved.
Show resolved Hide resolved

Run
```bash
npx ts-node examples/send-eth.ts
sgerodes marked this conversation as resolved.
Show resolved Hide resolved
```

For Ethereum, you can derive addresses, create payloads for transactions, and send signed transactions.

### Example: Setup NearEthAdapter and Send ETH
Expand Down