İpuçları ve Püf Noktaları
Chiliz Chain geliştirici ipuçları: Spicy Testnet'te sınırsız ERC-20 test tokeni oluşturun, RPC aracılığıyla mevcut gas fiyatlarını alın ve faucet günlük limitlerini aşın.
Son güncelleme
Bu yararlı oldu mu?
Bu yararlı oldu mu?
curl --location 'https://rpc.ankr.com/chiliz' # Spicy için: https://spicy-rpc.chiliz.com/
--header 'Content-Type: application/json'
--data '{
"method": "eth_gasPrice",
"params": [],
"id": 1,
"jsonrpc": "2.0"
}'curl --location 'https://rpc.ankr.com/chiliz' # Spicy için: https://spicy-rpc.chiliz.com/
--header 'Content-Type: application/json'
--data '{
"method": "debug_traceTransaction",
"params": [
"[İşlem Kimliği]",
{
"tracer": "callTracer"
}
],
"id": 1,
"jsonrpc": "2.0"
}'