Bitcoin Forum
November 17, 2025, 11:24:58 AM *
News: Latest Bitcoin Core release: 30.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Crypto Developming for Beginner  (Read 183 times)
imthegreat (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 112



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.

pooya87
Legendary
*
Offline Offline

Activity: 4004
Merit: 12043



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.

Yamane_Keto
Hero Member
*****
Offline Offline

Activity: 714
Merit: 526



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

█████████████████████████
████████▀▀████▀▀█▀▀██████
█████▀████▄▄▄▄████████
███▀███▄███████████████
██▀█████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██▄███████████████▀▀▄▄███
███▄███▀████████▀███▄████
█████▄████▀▀▀▀████▄██████
████████▄▄████▄▄█████████
█████████████████████████
 
 BitList 
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
REAL-TIME DATA TRACKING
CURATED BY THE COMMUNITY

.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
 
  List #kycfree Websites   
oktana
Sr. Member
****
Offline Offline

Activity: 1722
Merit: 290


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.
n0nce
Hero Member
*****
Offline Offline

Activity: 938
Merit: 6012


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.

n0nce.eu
BitMaxz
Legendary
*
Offline Offline

Activity: 3808
Merit: 3463


Greediness is destructive.


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.

.
 betpanda.io 
 
ANONYMOUS & INSTANT
.......ONLINE CASINO.......
▄███████████████████████▄
█████████████████████████
█████████████████████████
████████▀▀▀▀▀▀███████████
████▀▀▀█░▀▀░░░░░░▄███████
████░▄▄█▄▄▀█▄░░░█▄░▄█████
████▀██▀░▄█▀░░░█▀░░██████
██████░░▄▀░░░░▐░░░▐█▄████
██████▄▄█░▀▀░░░█▄▄▄██████
█████████████████████████
█████████████████████████
█████████████████████████
▀███████████████████████▀
▄███████████████████████▄
█████████████████████████
██████████▀░░░▀██████████
█████████░░░░░░░█████████
███████░░░░░░░░░███████
████████░░░░░░░░░████████
█████████▄░░░░░▄█████████
███████▀▀▀█▄▄▄█▀▀▀███████
██████░░░░▄░▄░▄░░░░██████
██████░░░░█▀█▀█░░░░██████
██████░░░░░░░░░░░░░██████
█████████████████████████
▀███████████████████████▀
▄███████████████████████▄
█████████████████████████
██████████▀▀▀▀▀▀█████████
███████▀▀░░░░░░░░░███████
██████░░░░░░░░░░░░▀█████
██████░░░░░░░░░░░░░░▀████
██████▄░░░░░░▄▄░░░░░░████
████▀▀▀▀▀░░░█░░█░░░░░████
████░▀░▀░░░░░▀▀░░░░░█████
████░▀░▀▄░░░░░░▄▄▄▄██████
█████░▀░█████████████████
█████████████████████████
▀███████████████████████▀
.
SLOT GAMES
....SPORTS....
LIVE CASINO
▄░░▄█▄░░▄
▀█▀░▄▀▄░▀█▀
▄▄▄▄▄▄▄▄▄▄▄   
█████████████
█░░░░░░░░░░░█
█████████████

▄▀▄██▀▄▄▄▄▄███▄▀▄
▄▀▄█████▄██▄▀▄
▄▀▄▐▐▌▐▐▌▄▀▄
▄▀▄█▀██▀█▄▀▄
▄▀▄█████▀▄████▄▀▄
▀▄▀▄▀█████▀▄▀▄▀
▀▀▀▄█▀█▄▀▄▀▀

Regional Sponsor of the
Argentina National Team
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
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 767


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

 
█▄
R


▀▀██████▄▄
████████████████
▀█████▀▀▀█████
████████▌███▐████
▄█████▄▄▄█████
████████████████
▄▄██████▀▀
LLBIT▀█ 
  TH#1 SOLANA CASINO  
████████████▄
▀▀██████▀▀███
██▄▄▀▀▄▄████
████████████
██████████
███▀████████
▄▄█████████
████████████
████████████
████████████
████████████
█████████████
████████████▀
████████████▄
▀▀▀▀▀▀▀██████
████████████
███████████
██▄█████████
████▄███████
████████████
█░▀▀████████
▀▀██████████
█████▄█████
████▀▄▀████
▄▄▄▄▄▄▄██████
████████████▀
........5,000+........
GAMES
 
......INSTANT......
WITHDRAWALS
..........HUGE..........
REWARDS
 
............VIP............
PROGRAM
 .
   PLAY NOW    
seoincorporation
Legendary
*
Offline Offline

Activity: 3584
Merit: 3301


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.
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!