Bitcoin Forum
May 04, 2024, 01:25:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Crypto Developming for Beginner  (Read 164 times)
imthegreat (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 26


View Profile
January 02, 2024, 08:12:09 PM
 #1

Hello friends.
I apologize in advance if such a topic should have been posted not here but in Novices.
I am a Java Android developer.
I would really like to apply my knowledge in blockchain development, but I absolutely do not know where to start. Once upon a time, I was advised to try my hand at developing on Solidity, but I never found the time to do it. And now it is there, as well as a great desire. Maybe someone can advise me on a promising direction IN YOUR EXPERIENCED OPINION, or where a novice blockchain developer can start. I really want to feel that my skills are being used in the world of blockchain and crypto enthusiasm.
Google did not help me, so please do not advise me to go there with a request.
1714829156
Hero Member
*
Offline Offline

Posts: 1714829156

View Profile Personal Message (Offline)

Ignore
1714829156
Reply with quote  #2

1714829156
Report to moderator
1714829156
Hero Member
*
Offline Offline

Posts: 1714829156

View Profile Personal Message (Offline)

Ignore
1714829156
Reply with quote  #2

1714829156
Report to moderator
1714829156
Hero Member
*
Offline Offline

Posts: 1714829156

View Profile Personal Message (Offline)

Ignore
1714829156
Reply with quote  #2

1714829156
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10546



View Profile
January 03, 2024, 05:17:49 AM
Merited by hugeblack (2)
 #2

I was advised to try my hand at developing on Solidity,
You should first decide what you have in mind when you say "blockchain development". For example I wouldn't call learning Solidity "blockchain development" since the only utility of this programming language is to create useless tokens on token creation platforms.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Yamane_Keto
Sr. Member
****
Offline Offline

Activity: 476
Merit: 486



View Profile WWW
January 03, 2024, 07:01:16 AM
Merited by pooya87 (4), hugeblack (4), BlackHatCoiner (4)
 #3

Blockchain development is a word that mostly means how to create smart contracts and the interactions between them to develop DEXs, tokens, NFTs, WEB3 and other terms, but I believe that learning the basics while mastering a programming language would be better.
If this is your direction, you can start with

https://github.com/smartcontractkit/full-blockchain-solidity-course-py
https://github.com/smartcontractkit/full-blockchain-solidity-course-js

Since you are an application developer, I suggest that you know how Bitcoin works and the basic codes associated with that, better than learning Solidity Assembly

.BEST.CHANGE..███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
oktana
Sr. Member
****
Offline Offline

Activity: 1596
Merit: 281


Eloncoin.org - Mars, here we come!


View Profile WWW
January 04, 2024, 08:53:29 PM
 #4

I was advised to try my hand at developing on Solidity,
You should first decide what you have in mind when you say "blockchain development". For example I wouldn't call learning Solidity "blockchain development" since the only utility of this programming language is to create useless tokens on token creation platforms.

I think he is talking about any particular branch under Blockchain Development. I guess he feels that urge that Blockchain Development is actually worth it and since he’s a dev already, he can adapt to almost anything.

OP I think you should take courses, platforms like Udemy, Coursera, offer free courses on different topics even programming. Or you can go to YouTube instead and just find a playlist that is like a mini course. Google search will only show you what blogs are saying.



 

 

 

 

 

 


▄▄████████▄▄
▄▄████████████████▄▄
▄██
████████████████████▄
▄███
██████████████████████▄
▄████
███████████████████████▄
███████████████████████▄
█████████████████▄███████
████████████████▄███████▀
██████████▄▄███▄██████▀
████████▄████▄█████▀▀
██████▄██████████▀
███▄▄█████
███████▄
██▄██████████████
░▄██████████████▀
▄█████████████▀
████████████
███████████▀
███████▀▀
Mars,           
here we come!
▄▄███████▄▄
▄███████████████▄
▄███████████████████▄
▄██████████
███████████
▄███████████████████████▄
█████████████████████████
█████████████████████████
█████████████████████████
▀█
██████████████████████▀
▀██
███████████████████▀
▀███████████████████▀
▀█████████
██████▀
▀▀███████▀▀
ElonCoin.org.
████████▄▄███████▄▄
███████▄████████████▌
██████▐██▀███████▀▀██
███████████████████▐█▌
████▄▄▄▄▄▄▄▄▄▄██▄▄▄▄▄
███▐███▀▄█▄█▀▀█▄█▄▀
███████████████████
█████████████▄████
█████████▀░▄▄▄▄▄
███████▄█▄░▀█▄▄░▀
███▄██▄▀███▄█████▄▀
▄██████▄▀███████▀
████████▄▀████▀
█████▄▄
.
"I could either watch it
happen or be a part of it"

▬▬▬▬▬
n0nce
Hero Member
*****
Offline Offline

Activity: 882
Merit: 5818


not your keys, not your coins!


View Profile WWW
January 05, 2024, 02:53:18 PM
 #5

I am a Java Android developer.
I would really like to apply my knowledge in blockchain development, but I absolutely do not know where to start. Once upon a time, I was advised to try my hand at developing on Solidity, but I never found the time to do it.
You should first figure out what exactly you'd like to do / develop. You can build stuff based on Bitcoin, like automated faucets, instant exchangers or a Bitcoin <> Lightning bridge. For that, you'd want to learn how the Bitcoin Core RPC interface works and read the Core Lightning developers guide.

You could also build Core Lightning plugins to make something solely built on Lightning, which I find more exciting.

If you want to actually write code in a blockchain scripting language (for whatever reason), you could go for something like Solidity, indeed, but that's going to be altcoin-based and that market is pretty much fully saturated; in general, you should really have an idea what you want to make, first, since that dictates what tools and languages you need to learn.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
BitMaxz
Legendary
*
Offline Offline

Activity: 3248
Merit: 2965


Block halving is coming.


View Profile WWW
January 05, 2024, 05:01:03 PM
 #6

There are lots of guides and sources where to learn about the blockchain as a developer.

The results on Google will not pointing you to the right direction to become a developer most of them just created to promote a book to earn commission.

I have a good list where you can start to learn about blockchain and other crypto.

Here's the link below

- https://github.com/yjjnls/awesome-blockchain

Don't forget to start reading the DIY blockchain it should be pointed you to the step by step guide how to create a block chain in any programming languages.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Siyamsk
Jr. Member
*
Offline Offline

Activity: 31
Merit: 6


View Profile
January 06, 2024, 05:56:28 PM
 #7

I was advised to try my hand at developing on Solidity,
You should first decide what you have in mind when you say "blockchain development". For example I wouldn't call learning Solidity "blockchain development" since the only utility of this programming language is to create useless tokens on token creation platforms.
What is meant by blockchain developmen? Please explain me sir. Sir then what can we say about it?  Does Blockchain Development Just Create Useless Tokens?

I know that Blockchain development refers to building, maintaining, and designing blockchain applications and systems. Overall, it seeks to use the unique features of blockchain technology to solve problems and create opportunities. An example of innovative blockchain development is the smart contract.
Amphenomenon
Sr. Member
****
Offline Offline

Activity: 518
Merit: 334


Hope Jeremiah 17vs7


View Profile WWW
January 07, 2024, 12:53:13 PM
 #8

I was advised to try my hand at developing on Solidity,
You should first decide what you have in mind when you say "blockchain development". For example I wouldn't call learning Solidity "blockchain development" since the only utility of this programming language is to create useless tokens on token creation platforms.
What is meant by blockchain developmen? Please explain me sir. Sir then what can we say about it?  Does Blockchain Development Just Create Useless Tokens?
This as already been clarified by Yamane_Keto comments and you saw that pooya87 merited it, so he acknowledged that clarification.
He was just speaking about how solidity is being used to create useless Tokens and n0nce comment explains better

freebitcoin       ▄▄▄█▀▀██▄▄▄
   ▄▄██████▄▄█  █▀▀█▄▄
  ███  █▀▀███████▄▄██▀
   ▀▀▀██▄▄█  ████▀▀  ▄██
▄███▄▄  ▀▀▀▀▀▀▀  ▄▄██████
██▀▀█████▄     ▄██▀█ ▀▀██
██▄▄███▀▀██   ███▀ ▄▄  ▀█
███████▄▄███ ███▄▄ ▀▀▄  █
██▀▀████████ █████  █▀▄██
 █▄▄████████ █████   ███
  ▀████  ███ ████▄▄███▀
     ▀▀████   ████▀▀
BITCOIN
DICE
EVENT
BETTING
WIN A LAMBO !

.
            ▄▄▄▄▄▄▄▄▄▄███████████▄▄▄▄▄
▄▄▄▄▄██████████████████████████████████▄▄▄▄
▀██████████████████████████████████████████████▄▄▄
▄▄████▄█████▄████████████████████████████▄█████▄████▄▄
▀████████▀▀▀████████████████████████████████▀▀▀██████████▄
  ▀▀▀████▄▄▄███████████████████████████████▄▄▄██████████
       ▀█████▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀█████▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
▄█████
██
██
██
██
██
██
██
██
██
██
██
▀█████
.
PLAY NOW
█████▄
██
██
██
██
██
██
██
██
██
██
██
█████▀
seoincorporation
Legendary
*
Offline Offline

Activity: 3150
Merit: 2928


Top Crypto Casino


View Profile
January 07, 2024, 09:39:49 PM
 #9

I was advised to try my hand at developing on Solidity,
You should first decide what you have in mind when you say "blockchain development". For example I wouldn't call learning Solidity "blockchain development" since the only utility of this programming language is to create useless tokens on token creation platforms.

I was thinking the same, is hard to start a project if you don't know what's the goal, OP need to decide the road before start walking, some projects i would suggest:

-Casino/CryptoGame
-Online Wallet
-Exchange/Swap
-Mixer

Any of those projects can be worked with blockchain and Js, so, good luck with the way you choose and if you get stuck don't hesitate to contact the community again.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!