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.
- Host: GitHub
- URL: https://github.com/zacksff/json-rpc-golang
- Owner: zacksfF
- License: apache-2.0
- Created: 2025-03-08T22:27:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T22:28:24.000Z (about 1 year ago)
- Last Synced: 2025-03-08T23:21:55.295Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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