Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update: Head over to Cyfrin Updraft! #1

Discussion options

Update: Head to Cyfrin Updraft

Hi all,

It's been a minute since I've been here.

We have had an OUTSTANDING turnout from this course, and I know so many people learned so much from it. But recently, the content has been getting a bit stale, and I've rebuilt everything (and more!) on a new platform called Cyfrin Updraft.

Don't worry, for people who like YouTube, I've released the course on my YouTube channel as well.

So, I'd like to invite everyone to head over to Cyfrin Updraft to start their smart contract careers. This site is kept up to date so people can get the best learning experience ever - and we've got some BIG updates coming!!

i️ Important: This repo is no longer maintained; we invite all people learning Solidity to head to Cyfrin Updraft! The 100% free #1 smart contract education platform on earth. Developed with love by Patrick & Cyfrin <3

👋 Welcome!

We’re using Discussions as a place to connect with other members of our community. We hope that you:

  • Ask questions you’re wondering about.
  • Share ideas.
  • Engage with other community members.
  • Welcome others and are open-minded. Remember that this is a community we
    build together 💪.

To get started, comment below with an introduction of yourself and tell us about what you do with this community.

You must be logged in to vote

Replies: 200 comments 235 replies

Comment options

is this course available

You must be logged in to vote
31 replies
Comment options

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.8;
contract SimpleStorage{
uint favoritenumber;
function store(uint_favoritenumber) public {
favoritenumber=_favoritenumber;
}

}
this is my first code in solidity language and the compiler says function store(uint_favoritenumber) public this line has some problem and it doesn't compiling please help me if there is somthing wrong with my code or other.

Comment options

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.8;
contract SimpleStorage{
uint favoritenumber;
function store(uint_favoritenumber) public {
favoritenumber=_favoritenumber;
}
}```
@fusadmanck there should be a comma (,) in between the uint_favoritenumber. it should be uint, _favoritenumber
Comment options

Why would you put comma?
They are not different variables, uint is a datatype. There will be just a single space between them...

Comment options

There should be a space between uint and _favoriteNumber instead of a comma or merging them both. The compiler couldn't read what data type uint_favoriteNumber is.

Comment options

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.8;
contract SimpleStorage{
uint256 public favoriteNumber;
function store(uint256 _favoriteNumber) public {
favoriteNumber =_favoriteNumber;
}

}

try giving a space between uint256 and _favoriteNumber in the store function, set favoriteNumber to public and give "favoriteNumber a correct naming notation that is setting "n" in "favoritenumber" to "favoriteNumber"

Comment options

You must be logged in to vote
4 replies
Comment options

Welcome!

Comment options

Hi there. Nice to meet you.

Comment options

Hello. Thank you for the course, it's great!

Comment options

i have no prior experience in programming, can i still learn the course

Comment options

Hello! I'm so excited to start this course, Patrick. Can't thank you enough!!

You must be logged in to vote
4 replies
Comment options

Let's goooo!!

Comment options

sir can i start this knowing littel bit of programming
currently i know html css and javascript in the beginner level
can start this without any doubt please reply me sir

Comment options

I guess if you can deal with javascript or having basic understand you can go.

Comment options

I am so exciting to have access to this great course

Comment options

Let the learning begin!!! 🚀

You must be logged in to vote
2 replies
Comment options

Boom!!

Comment options

LFG!

Comment options

Gonna learn like crazy

You must be logged in to vote
1 reply
Comment options

That's the spirit!

Comment options

Thanks so much Patrick.. as always, your energy is inspiring!

You must be logged in to vote
1 reply
Comment options

Excited to see it transfer to you :)

Comment options

I ́m ready to learn. This course seems great as always! 🚀

You must be logged in to vote
1 reply
Comment options

Let's go!

Comment options

This repo is going to be huge, hope to see you all around!

You must be logged in to vote
4 replies
Comment options

Great to see you here too @cromewar 🙌🏽

Comment options

THE LEGEND CROMEWAR HAS ARRIVED!!!!

Comment options

Haha I'm just a simple mortal trying lo learn cool stuff, but thanks for the compliment!.

Comment options

Hi there. Nice to meet you. Always good to connect to like minded folks. 🤛

Comment options

I am ready to dive into the rabbit hole! 🐰 @PatrickAlphaC Thank you so much! 🙏🏽

You must be logged in to vote
1 reply
Comment options

Let's goo!!

Comment options

Hey everyone! going to start learning with this course, thanks for providing this amount of knowledge for free!

You must be logged in to vote
1 reply
Comment options

Boom!

Comment options

Starting the journey!! 🚀

You must be logged in to vote
1 reply
Comment options

Yes!

Comment options

Just saying Hello!

You must be logged in to vote
2 replies
Comment options

Welcome!!

Comment options

Hi. Nice to meet you here. 🤝

Comment options

Thank you Patrick for this course !!! I am starting the journey ..

You must be logged in to vote
1 reply
Comment options

Awesome!!

Comment options

Hell yeah !! The course is now live I will learn little bit of JS and get into it right away

You must be logged in to vote
2 replies
Comment options

Ayyy! Nice to see you here!

Comment options

Ohh you recognize me thanks :)

Comment options

HElloooo ....Starting this course today! Excited!! :)

You must be logged in to vote
1 reply
Comment options

Great day to start!

Comment options

Welcome Tayo, this is the best place to scale up so far. Enjoy your stay.
...
On Sat, 2 Dec 2023, 07:55 OmotayoWarDaddy, ***@***.***> wrote: Hi everyone, I'm Omotayo and I'm a Product Designer. I dont even think I need this course but I'm very curious about blockchain, smart contracts and how they work, maybe understanding them will make me a better designer. Anyway, here's a bookmark to see how I fare in some months time. Cheers everyone. — Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BBREVPXXBQC5PJA7ZKRX7NDYHMQM5AVCNFSM5RXRGY22U5DIOJSWCZC7NNSXTOKENFZWG5LTONUW63SDN5WW2ZLOOQ5TONZTG44DGMA> . You are receiving this because you are subscribed to this thread.Message ID: <smartcontractkit/full-blockchain-solidity-course-js/repo-discussions/1/comments/7737830 @github.com>
You must be logged in to vote
1 reply
Comment options

Thank you.

Comment options

Thank you.

You must be logged in to vote
0 replies
Comment options

Hi everyone! My name is Jorge and I just got started in the full stack development world. I always knew my path is with the blockchain and web 3. I am so happy and grateful to be here! Keep those challenges coming!

You must be logged in to vote
0 replies
Comment options

should learn all or can i skip any lessons tell me

You must be logged in to vote
0 replies
Comment options

Hello everyone, happy to be here!

You must be logged in to vote
2 replies
Comment options

Hello everyone, total newbie here, I am starting here, https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=1s. Any advice?

Comment options

Hello TravCrypto

Comment options

Just saying hello to everyone, today I started my journey and I'm super excited about it.

You must be logged in to vote
0 replies
Comment options

HI everyone 4 hours into the course and i am enjoying it .

You must be logged in to vote
0 replies
Comment options

Hello, I'm Grandi0z from DRC, just started the course...😎

You must be logged in to vote
2 replies
Comment options

Hello
Nice to connect with you here

Comment options

How do you see the course so far
I just started this week

Comment options

Hi

You must be logged in to vote
0 replies
Comment options

Hi Everyone, I am Chinedu, from Nigeria, a full-stack dev. I started the course last week and I am 4 hours into it. It is an exciting course.

You must be logged in to vote
1 reply
Comment options

Nice to have you here Chinedu
I started this week 👋🏾

Comment options

I have reached at 9:10 hardhat season while verifying contract with two function retrieve() and store() i am getting this error Error: could not decode result data (value="0x", info={ "method": "retrieve", "signature": "retrieve()" }, code=BAD_DATA, version=6.12.0).

Can any one help me with error please.

You must be logged in to vote
0 replies
Comment options

Hello everyone 👋🏾
I am Theophilus, a frontend developer from Nigeria I have been trying to pivot to blockchain technology until I find this course.
Thanks to you Patrick for this course and I will greatly be involved in the community while I go through the course.

I will be verily happy to connect with my fellow developers here😊👋🏾

You must be logged in to vote
0 replies
Comment options

Hello Everyone!
Just started my journey as a Blockchain Developer and Cybersecurity Analyst

You must be logged in to vote
0 replies
Comment options

i started 2 days ago!

You must be logged in to vote
0 replies
Comment options

Hi guys I'm chinedu chinaka I started almost a year after completing the 32hr course having gained so much knowledge from it I decided to start this 38hr course on cyfrin updraft!

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /