actions / actions/starter-workflows

Scan-block.yml

Open
#3,274 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
12.1k
Forks
7.3k
PR merge metrics
No merged PRs in 30d

Description

BLOCK_DEC=509392
RPC_URL="https://mainnet.infura.io/v3" # buraya RPC URL'inizi koyun
printf -v BLOCK_HEX "0x%x" "$BLOCK_DEC"
curl -s -X POST "$RPC_URL" -H "Content-Type: application/json"
--data "{"jsonrpc":"2.0","id":1,"method":"eth_getBlockByNumber","params":["$BLOCK_HEX", true]}" | jq .

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue only contains a standalone shell snippet using an Infura RPC URL, curl, and jq; it names no repository file, test, or workflow entry point. Clarify whether a Scan-block.yml workflow is requested, which inputs and behavior it should provide, and what successful completion should look like before locating the implementation and tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
json, shell
Domain
blockchain, devops
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.