ipfs / ipfs/ipfs-docs

Including link: https://blockchain.open.gov.ph/gaa2026/budget

Open
#2,320 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
332
Forks
499
Avg merge
8d 14h
Merged PRs (30d)
2

Description

"agencyBudgetDPA.on('Transfer', async (from, to, tokenId) => {
if (from === ethers.ZeroAddress) {
console.log(`New budget token minted: #${tokenId}`);
const content = await agencyBudgetDPA.getAgencyBudgetContent(tokenId);
console.log(` Department: ${content.departmentName}`);
}
});"

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the linked blockchain.open.gov.ph budget page and the JavaScript snippet in the issue; no repository file or test is identified. Confirm where this external link and example belong in the documentation, then verify that the relevant page contains the intended material and renders correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.