Giter Site home page Giter Site logo

blob-tx-go's Introduction

Ethereum Blob Transactions - Golang example

This project is a Go application that connects to an Ethereum RPC provider and sends a blob transaction based on the new EIP-4844. Please read the main.go file to learn. If I'd like you to go ahead, copy and use it as an example in your project.

Do not forget to give a star ๐Ÿ˜‰

Prerequisites

  • Go 1.22 or later
  • An Ethereum RPC provider URL (e.g., Infura, Alchemy)
  • A private key for signing transactions

Installation

  1. Clone the repository:
git clone https://github.com/jeffprestes/blob-tx-go.git
  1. Navigate to the project directory:
cd blob-tx-go

Usage

Before running the application, you need to set the following environment variables in the main.go file:

  • ProviderRpcUrl: The URL of your Ethereum RPC provider.
  • PrivateKeyInHex: The private key used to sign transactions.
  • Recipient: The transaction recipient

Then, you can run the application with:

go run main.go

This will connect to the Ethereum network, create a blob transaction, sign it with your private key, and send it to the network.

Contributing

We grow when we share. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

blob-tx-go's People

Contributors

jeffprestes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.