Code Monkey home page Code Monkey logo

Comments (23)

omarespejel avatar omarespejel commented on June 2, 2024 1

hey @ccolorado @dbejarano820 ! Thank you! I added you to those files in the main comment of the issue.

from starknet-cairo-101.

omarespejel avatar omarespejel commented on June 2, 2024 1

Thanks, @Nonnyjoe! Added you to the main list 🚀

from starknet-cairo-101.

omarespejel avatar omarespejel commented on June 2, 2024 1

Yes, please @banch12! I added you to the main comment. Thanks!

from starknet-cairo-101.

omarespejel avatar omarespejel commented on June 2, 2024 1

@ptisserand @0xd3bs, thanks! I added you to the main comment.

@codeWhizperer, that particular directory is extensive. Is it ok if I add you first to the ex00_base.cairo file? It is a crucial one.

from starknet-cairo-101.

Ginika-Chinonso avatar Ginika-Chinonso commented on June 2, 2024

I will like to take on exercises 2 and 3

from starknet-cairo-101.

dbejarano820 avatar dbejarano820 commented on June 2, 2024

Hey! I can take on all of the files in Utilities from the "token" directory

from starknet-cairo-101.

omarespejel avatar omarespejel commented on June 2, 2024

Great @Ginika-Chinonso! I added your name to the main comment on the issue to set them apart.

from starknet-cairo-101.

Ginika-Chinonso avatar Ginika-Chinonso commented on June 2, 2024

Great @Ginika-Chinonso! I added your name to the main comment on the issue to set them apart.

Thank you @omarespejel

from starknet-cairo-101.

ccolorado avatar ccolorado commented on June 2, 2024

I can take 1, 4 and 5.

from starknet-cairo-101.

Nonnyjoe avatar Nonnyjoe commented on June 2, 2024

I'll take 6 & 7

from starknet-cairo-101.

banch12 avatar banch12 commented on June 2, 2024

Hey, can I take ex 8 and 9?

from starknet-cairo-101.

codeWhizperer avatar codeWhizperer commented on June 2, 2024

I will work on Utilities from the "utils" directory

from starknet-cairo-101.

0xd3bs avatar 0xd3bs commented on June 2, 2024

Can I take exercises 10 and 11?

from starknet-cairo-101.

ptisserand avatar ptisserand commented on June 2, 2024

Hi @omarespejel can I take exercises 12 & 13 ?

from starknet-cairo-101.

TosinJs avatar TosinJs commented on June 2, 2024

@omarespejel could I take some of the utils from the utils directory?

from starknet-cairo-101.

codeWhizperer avatar codeWhizperer commented on June 2, 2024

@omarespejel okay, i will work on it and raise a PR soon

from starknet-cairo-101.

banch12 avatar banch12 commented on June 2, 2024

Hey @omarespejel and others contributing to this effort, I have question(s):

  1. Where can I find syntax of Cairo 2.X?
  2. Chapter 2 of Starknet book does not mention Cairo2.X. Is the Voting contract (in chapter 2 of Starknet book) in Cairo 2.X syntax?
    Your inputs are appreciated. Thanks in Advance! :)

from starknet-cairo-101.

TosinJs avatar TosinJs commented on June 2, 2024

Hey @omarespejel and others contributing to this effort, I have question(s):

  1. Where can I find syntax of Cairo 2.X?
  2. Chapter 2 of Starknet book does not mention Cairo2.X. Is the Voting contract (in chapter 2 of Starknet book) in Cairo 2.X syntax?
    Your inputs are appreciated. Thanks in Advance! :)

https://book.cairo-lang.org/title-page.html

from starknet-cairo-101.

banch12 avatar banch12 commented on June 2, 2024

Hey @omarespejel and others contributing to this effort, I have question(s):

  1. Where can I find syntax of Cairo 2.X?
  2. Chapter 2 of Starknet book does not mention Cairo2.X. Is the Voting contract (in chapter 2 of Starknet book) in Cairo 2.X syntax?
    Your inputs are appreciated. Thanks in Advance! :)

https://book.cairo-lang.org/title-page.html

Thanks for quick reply :)
What is the difference between Cairo 1.X and Cairo 2.X syntax? To me it looks same.
What I meant to say is that these Cairo-101 exercises appear to be in the format described in the link you have mentioned.
Or I am missing something.

from starknet-cairo-101.

TosinJs avatar TosinJs commented on June 2, 2024

Hey @omarespejel and others contributing to this effort, I have question(s):

  1. Where can I find syntax of Cairo 2.X?
  2. Chapter 2 of Starknet book does not mention Cairo2.X. Is the Voting contract (in chapter 2 of Starknet book) in Cairo 2.X syntax?
    Your inputs are appreciated. Thanks in Advance! :)

https://book.cairo-lang.org/title-page.html

Thanks for quick reply :) What is the difference between Cairo 1.X and Cairo 2.X syntax? To me it looks same. What I meant to say is that these Cairo-101 exercises appear to be in the format described in the link you have mentioned. Or I am missing something.

It is best you go through the book, the syntax is similar but there are slight changes. I think the most pronounced changes are in declaring external and internal functions. There are also smaller changes like rather than annotating traits with [abi] its now [starknet::interface] and from [contract] it is now [starknet::contract].

Additional: https://community.starknet.io/t/cairo-1-contract-syntax-is-evolving/94794

from starknet-cairo-101.

banch12 avatar banch12 commented on June 2, 2024

Hey @omarespejel and others contributing to this effort, I have question(s):

  1. Where can I find syntax of Cairo 2.X?
  2. Chapter 2 of Starknet book does not mention Cairo2.X. Is the Voting contract (in chapter 2 of Starknet book) in Cairo 2.X syntax?
    Your inputs are appreciated. Thanks in Advance! :)

https://book.cairo-lang.org/title-page.html

Thanks for quick reply :) What is the difference between Cairo 1.X and Cairo 2.X syntax? To me it looks same. What I meant to say is that these Cairo-101 exercises appear to be in the format described in the link you have mentioned. Or I am missing something.

It is best you go through the book, the syntax is similar but there are slight changes. I think the most pronounced changes are in declaring external and internal functions. There are also smaller changes like rather than annotating traits with [abi] its now [starknet::interface] and from [contract] it is now [starknet::contract].

Additional: https://community.starknet.io/t/cairo-1-contract-syntax-is-evolving/94794

Thanks @TosinJs !!! Really appreciate it

from starknet-cairo-101.

Akinbola247 avatar Akinbola247 commented on June 2, 2024

Hi @omarespejel , i'd like to work on ex11_base.cairo in the utils directory

from starknet-cairo-101.

faytey avatar faytey commented on June 2, 2024

hi @omarespejel i would like to take on exercise 14 for a start

from starknet-cairo-101.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.