Julio

Results 28 issues of Julio

"Cairo is a programming language for writing provable programs, where one party can prove to another that a certain computation was executed correctly. Cairo and similar proof systems can be...

The devnet scripts are outdated. Currently, new Argent account are funded with 1eth, but ArgentProxy and ArgentAccount are not automatically declared.

### Problem ```toml [output.html.fold] enable = true ``` This enable foldable sections in the sidebar, however they are all unfolded by default. ### Proposed Solution ```toml [output.html.fold] enable = true...

C-enhancement

In advanced concepts chapter, with security concerns.

Following #96, add a full example of a factory contract in application chapter with events, access control, instances managements ...

Reference: https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-5.md

good first issue

Migration to [wevm/vocs](https://github.com/wevm/vocs). Current progress on branch [vocs](https://github.com/NethermindEth/StarknetByExample/tree/vocs)

Explore potential Account chapter with example of simple accounts implementations, multicalls, sessions, keys, ...

Related to #70 We can replace `include` with `rustdoc_include` in the mdbook files. This allows readers to expand the contract and view the tests directly in the book (without altering...

Could be a section in chapter 0 with lots of small, concise examples (Similar to Solidity By Example) showing the multiple uses possible of various useful Cairo syntax. Non-exhaustive list:...