NEWTON
Asked
5 months ago
107
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
5 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
5 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?
Would anyone have a link or know how fast blocks would be generated on StarkNet after Regenesis ?
The only way to invoke a contract is using migrations (this applies for both devnet and testnet?)
Is there a threshold of optimum transaction speed/cost in L2s?
How do I use Create React App in StarknetJS?
Cairo: Getting function selector
Questions about useStarknetExecute. Do we update the transaction manager on our end? [StarkNet/Cairo]
hardhat test