https://github.com/ricoledan/hyperledger-besu-demo
🔗
https://github.com/ricoledan/hyperledger-besu-demo
Last synced: 3 months ago
JSON representation
🔗
- Host: GitHub
- URL: https://github.com/ricoledan/hyperledger-besu-demo
- Owner: Ricoledan
- Created: 2023-08-14T18:10:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T15:54:48.000Z (over 2 years ago)
- Last Synced: 2025-02-27T19:57:50.827Z (over 1 year ago)
- Size: 680 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyperledger-besu-demo
## Description
Hyperledger Besu is an open source Ethereum client
## Prerequisites
## Commands
### Set Up
Run docker compose
```bash
docker-compose up -d
```
### Besu
Returns the chain ID of the network
```bash
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' localhost:8545
```
Returns the starting, current, and highest block
```bash
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":1}' localhost:8545
```
###
## Architecture

## Components
### Hyperledger Besu
### BlockScout
## Features
- [ ] Configure Network Params
- [ ] Enforce Free Gas Price