actions / actions/starter-workflows
Scan-block.yml
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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