I am noob and only know how to launch contract copy and paste code using remix, where should I begin to actually know a shit or two? :/
Nov 15, 2022, 6:10 PM
Have no coding knowledge and know nothing
Complete noob
Nov 15, 2022, 6:10 PM
Use one of those token creating sites. You can actually specify if you want tax, auto liq etc
Nov 15, 2022, 6:14 PM
Yeah I did all that on test net
But I don’t know any programming language tool, just wondering where and how to start actually become a dev, literally complete noob.. never went to programming school or any computer science class
But I want a new career
I actually enjoy this stuff
seems fun
Nov 15, 2022, 6:18 PM
Check pinned messages
Nov 15, 2022, 6:18 PM
Thank you sir
Was planning to go back to school to learn code
But I don’t see any school teaching blockchain stuff
Nov 15, 2022, 6:19 PM
Solidity materials - @soliditypedia
Nov 15, 2022, 6:19 PM
thank you Grim
Nov 15, 2022, 6:20 PM
As a starting point, try cryptozombies
Nov 15, 2022, 6:20 PM
Crypto zombies is telegram?
Should I start learning JAVA? Instead of solidity?
I heard a complete noob shouldn’t touch solidity
Nov 15, 2022, 6:21 PM
https://cryptozombies.io/
Great free course for new people
Great free course for new people
Nov 15, 2022, 6:22 PM
Thank you
I like evm stuff
Nov 15, 2022, 6:23 PM
that's right
Nov 15, 2022, 6:24 PM
Yeah, that's true, because you have to realize two major things
1. Solidity is immutable. Once you deploy, you can't change your code. Most other languages you can run a patch, fix things you missed etc, but solidity, you are limited to whatever functions you have set up ahead of time
2. You are dealing with people's money. You might write something in Java/Python etc that handles transactions or deals with money, but mistakes can almost always be fixed even if the process is lengthy. Solidity if you don't know what you're doing, you can lose money permanently with zero chance of retrieval. This ties back into point 1
1. Solidity is immutable. Once you deploy, you can't change your code. Most other languages you can run a patch, fix things you missed etc, but solidity, you are limited to whatever functions you have set up ahead of time
2. You are dealing with people's money. You might write something in Java/Python etc that handles transactions or deals with money, but mistakes can almost always be fixed even if the process is lengthy. Solidity if you don't know what you're doing, you can lose money permanently with zero chance of retrieval. This ties back into point 1
Nov 15, 2022, 6:28 PM
Lol this is actual "very new developer"
1 line of code
Nov 15, 2022, 6:32 PM
Lol
Nov 15, 2022, 6:34 PM
It means “very new” exactly
Nov 15, 2022, 6:35 PM
I see this is why
I guess my end goal is becoming a eth dev, to avoid the issue that you mention while learning. Which program should I dive in to?
Cryptozombie actually looks good
I like how to gamify the education process
Nov 15, 2022, 7:03 PM
Brace yourself, it will happen.
All depends how you will react when it happen
All depends how you will react when it happen
Once you're done with cryptozombies, go remix and use openzeppelin wizard to get some working base
Once done go hardhat
Nov 15, 2022, 7:08 PM
Thank you Krakovia
Nov 15, 2022, 7:09 PM
Assign individually
You are running a loop anyway, so it won't be an issue
Yep
I think there are some additional restrictions too if its a struct array
Nov 15, 2022, 7:33 PM