Computer Science, asked by parth6127, 1 year ago

Which style of programming is well suited for smart contract programming?

Answers

Answered by eburcham58
0

Answer:

Ethereum offers numerous programming choices, C++, Go, Python, Java and more. Smart contracts are built using Solidity, a contract-oriented, high-level programming language

Explanation:

Please mark my answer as the brainliest

Answered by mindfulmaisel
2

Defensive style of programming is well suited for ‘smart contract programming’.

Explanation:

  • A smart contract or a crypto contract can be defined as a computer program that automatically controls the digital assets transformation between the parties under specific requirements and conditions.  
  • Smart contracts allow trusted transactions and agreements carried out by some anonymous parties or any other legal systems.  
  • Some of the best programming languages for building smart contracts are solidity, JavaScript, Java, Golang, and so on.  
  • As smart contract involves several transactions like secure payment, the programming language should be in defensive style.  

Learn more about smart contract programming

_____ are systems that provide external data sources to smart contracts.

https://brainly.in/question/11732783

Similar questions