My Blog

My WordPress Blog

My Blog

My WordPress Blog

Day: November 5, 2024

Developing MyContract

We will name our contract MyContract as in the following declaration − We will declare two variables as follows − The variable amount will hold the accumulated money sent by the contract executors to the contract creator. The value field will hold the contract value. As the executors execute the contract, the value field will be modified to reflect the balanced contract value. […]

Solidity for Contract Writing

Solidity is an object-oriented language especially developed for contract writing. It is a high-level language, which inherits traits from C++, Python, and JavaScript. The Solidity compiler compiles your source code into bytecode that runs on Ethereum Virtual Machine (EVM). For quick understanding of the Solidity syntax, look at the sample code in the IDE. pragma […]

Future

Since Bitcoin is a new emerging technology which is underway, unforeseen developments can make its existence and continuation difficult. Concerning its security and future, there are numerous questions which no one can answer. How far can we trust Bitcoins? Are they a bubble that is going to burst? Are they a passing phenomenon and a […]

Glossary

In this chapter, we shall learn bitcoin glossary which describes over 50 bitcoin terms. Address A bitcoin address allows us to send and receive bitcoins on the bitcoin network. It is also the public key or address that is used to transact in bitcoins. Altcoin Altcoin is a group of ‘alternate’ cryptocurrencies other than bitcoins. […]

Scroll to top