Content pfp
Content
@
0 reply
26 recasts
27 reactions

The Graph pfp
The Graph
@graphprotocol
✨ Builders, this is your chance to shine! /the-graph Foundation is offering $10k in bounties for @base’s Onchain Summer Buildathon: 💻 Best use of The Graph on Base 🥇 $5,000 🥈 $3,000 🥉 $2,000 Let’s see who can best use The Graph on Base! More info: https://onchain-summer.devfolio.co @bountybot
28 replies
5 recasts
12 reactions

Bossge pfp
Bossge
@bossge
Bro wanna ask do you want us to create a graph base in onchain? specVersion: 0.0.2 description: A subgraph to index ERC-20 transfers on Base. repository: https://github.com/your-repo/my-subgraph schema: file: ./schema.graphql dataSources: - kind: ethereum/contract name: ERC20 network: base source: address: "<ERC-20 Contract Address>" abi: ERC20 mapping: kind: ethereum/events apiVersion: 0.0.5 language: wasm/assemblyscript entities: - Transfer eventHandlers: - event: Transfer(address,address,uint256) handler: handleTransfer file: ./src/mapping.ts
0 reply
0 recast
0 reaction