...
// We recommend this pattern to be able to use async/await everywhere
// and properly handle errors.
main().catch((error) => {
console.error(error);
process.exitCode = 1;
});
```
## 部署出NFT合约
一旦一切就绪,我们现在可以将我们的NFT合约部署到zkEVM Testnet...
...是显而易见的。

这里是关键
**每次我们进行一次状态变化交易时,我们回顾经过了多少个区...
...ith("0x") ? hexString.slice(2) : hexString;
// Convert to BigInt to handle large numbers
return BigInt("0x" + hex).toString();
} catch (error) {
return hexString; // Return original if conversion fails
}
}
// Process all receipts in the block
data[0].receipts.forEach...