Skip to content

Instantly share code, notes, and snippets.

@Man-Jain
Created December 14, 2022 19:17
Show Gist options
  • Save Man-Jain/5e4991a601916aecf3423d6d65a847d6 to your computer and use it in GitHub Desktop.
Save Man-Jain/5e4991a601916aecf3423d6d65a847d6 to your computer and use it in GitHub Desktop.
{
"anchor": {
"ethereum-rpc-url": "https://eg_infura_endpoint" // Replace with an Ethereum RPC endpoint to avoid rate limiting
},
"http-api": {
"cors-allowed-origins": [
".*"
]
},
"ipfs": {
"mode": "remote",
"host": "http://ipfs_ip_address:5001"
},
"logger": {
"log-level": 2, // 0 is most verbose
"log-to-files": true
},
"network": {
"name": "mainnet", // Connect to mainnet, testnet-clay, or dev-unstable
},
"node": {},
"state-store": {
"mode": "s3",
"s3-bucket": "bucket_name"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment