NEWTON
Asked
6 months ago
42
views
1
I have a question about how to print "Hello World" in Cairo 1. How do I log/print ?
Newton
asked
6 months ago
0
At this moment there is not any console logging. It is not possible to make a function
func main(y: felt) {
// print value of y here
}
in Cairo 1
Newton
answered
6 months ago
Cairo: How do write a log function in Cairo
Cairo: How do I initialize an array in cairo
Does anyone know how to print a uint256 in protostar tests?
How to write "and" conditional logic in Cairo?
What is the inefficiency in this cairo code using alloc_locals
How do I run a Pathfinder node?
What do I have as the result of a Cairo contract in JavaScript?
How to use Pedersen Hash in StarkNet / Cairo Language?
Is it possible to transpile contracts that use openzeppelin libraries?
What resources are required to run a Pathfinder node?
How can I use meta-class of contract (starknetjs) for interaction?
What are the efficiency gains of direct Cairo vs. transpiling with warp?
How to use await in StarkNet.py?
Cairo Error: Unexpected token Token('LPAR', '('). Expected: identifier.