Configuring YAML
Version: 2.0.0
Type: instance
Metadata:
name: Project Apollo
description: A top-secret research project to the moon
Auth:
userId: process.env.USER_ID
projectId: process.env.PROJECT_ID
accessKey: process.env.ACCESS_KEY
secretKey: process.env.SECRET_KEY
Path:
schema: ./studio.schema.ts
docker: ./docker-compose.yml
Environment:
testing:
startBlock: latest
network: Ethereum
execution: parallel
rpc: ENTER_YOUR_RPC_HERE
range: 10
deployment:
startBlock: latest
network: Ethereum
execution: parallel
Resources:
- name: usdc
type: contract/event
abi: src/abis/usdc.json
address: '0xdAC17F958D2ee523a2206206994597C13D831ec7'
triggers:
- event: Transfer(address indexed,address indexed,uint256)
handler: src/handlers/usdc/Transfer.TransferHandlerKey Sections:
Supported Network
Resources
Field
Description
Triggers
Points to Consider While Writing studio.yaml
Last updated