0

I trade (scalping) cryptocurrency futures on binance. I'm not a developer and I don't know programming languages. Can I learn to write smart contracts without knowing js or java? and advise please , how should i start&

1

1 Answer 1

1

In theory, yes you could by learning the language of Ethereum smart contracts, Solidity.

In practice, if you don't already know how to code, you will have a hard time understanding Solidity. It has its own quirks and there is not much documentation available. It would be much easier to learn another language first to learn how to code (I would suggest Ruby for its ease of reading and forgiveness of errors).

However, even if you can deploy a smart contract by using Solidity, you will only be able to interact manually with it. If you want a software to automatically call your smart contract, you have to learn other languages like Javascript and the web3 library.

I learned to code as a hobby 5 years ago and learned Solidity and Javascript about 2 years ago. It can be done if you have the motivation!

1
  • Also, as a good rule of a thumb, it will take at least the minimum of five years to become a programmer that produce anything useful in smart contracts and blockchain industry. Commented Feb 18, 2021 at 9:30

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.