issues
search
KaizeNodeLabs
/
stark-cairo-nodes
Set of scripts written in Cairo/Starknet to learn and teach newcomers the ecosystem.
MIT License
10
stars
10
forks
source link
Fix and Implement hello_world contract
#19
Closed
danielcdz
closed
2 weeks ago
danielcdz
commented
2 weeks ago
Summary
Delete hello_world directory
Create a new hello_world directory with a simple contract
This contract should be compiled using scarb 2.8.4
Use Starknet Foundry 0.32.0
The smart contract should perform a simple read call that returns a Hello world Message with the caller address
Add unit tests
Gerson2102
commented
2 weeks ago
Can I work on it?
danielcdz
commented
2 weeks ago
@Gerson2102 all yours
Summary