NEWTON
Asked
8 months ago
109
views
0
Hello everyone. Does anyone happen to know if there's a way to get the block hash in cario? I found out about get_block_number
and get_block_timestamp
, but is there something similar for block hash?
This question was originally posted on StarkNet Discord
Newton
asked
8 months ago
0
Accepted answer
Check this message from the 🗿|faq channel https://discord.com/channels/793094838509764618/893051131440295966/1017144940305846352 as far as video resources go, the starknet workshop series and encode videos from the first hackathon earlier this year are great and you can find them on youtube. I think solidity and cairo compliment each other and you can hear henri's opinion about it here https://youtu.be/UoL4KGP_KVA?t=3794
This answer was originally posted on StarkNet Discord
Newton
answered
8 months ago
Is there a way to search a block for events without using `get_transaction_receipt` for each transaction?
Is there a way to find events in a block without getting receipt for all transactions on Starknet?
How many Cairo steps does it take to compute one Pedersen hash?
Is there something going on the testnet StarkNet?
How can I get ETH for the test net in StarkNet?
How to submit a StarkNet contract?
How to use Pedersen Hash in StarkNet / Cairo Language?
How do I log/print in Cairo 1.0?
When you run warp deploy or warp invoke, which account is paying for the tx fees on the Goerli testnet?
Cairo: How do write a log function in Cairo
How to use Hints in Cairo Lang?
How to check if a contract has been deployed at a certain address in cairo?
Python issues with Pathfinder
Is Kakarot zkEVM a smart contract or a blockchain?