An open API service indexing awesome lists of open source software.

https://github.com/zacksff/json-rpc-golang

This project builds a JSON-RPC server in Golang to interact with Ethereum blockchain nodes.
https://github.com/zacksff/json-rpc-golang

Last synced: about 1 year ago
JSON representation

This project builds a JSON-RPC server in Golang to interact with Ethereum blockchain nodes.

Awesome Lists containing this project

README

          

### **Project: JSON-RPC Server in Golang for Ethereum**

This project builds a **JSON-RPC server in Golang** to interact with Ethereum blockchain nodes. It allows users to:
✅ Fetch blockchain data (latest block, wallet balance)
✅ Call smart contract functions (like `balanceOf` in ERC-20 tokens)
✅ Act as a middleware between clients and Ethereum nodes