Up your Web3 game

Ledger Academy Quests

  • Test your knowledge
  • Earn POK NFTs
Play now See all quests

Source Code Meaning

Aug 2, 2023 | Updated Aug 2, 2023
A source code is a computer code or programming statements that define how a software functions based on specific instructions.

What is Source Code in Blockchain?

Source code is simply a computer program or software in its primary state. It comprises lines of computer code that define how the software works based on a set of instructions.

The set of instructions, which is made up of letters, words, and symbols, is written using high-level programming languages such as Java, Python, JavaScript, Rust, Solidity, C, etc. For instance, the source codes for blockchains like Bitcoin, Ripple, Litecoin and Stellar are mainly written in C++. It is compiled or translated into a language that computers can interpret to make it executable. An interpreter or compiler handles the translation process.

Source Code vs Open Source

Source codes can either be open source or proprietary. In proprietary or closed-source (commercial) software, it is owned by an individual or a company and is hidden from the public.

In the context of blockchain networks like Bitcoin, the source code is open source. This means that the it is available to the public for free and is developed collaboratively as opposed to individually. Open-source software is also called free/libre open-source software (FLOSS).

The transparency of open-source software allows users to inspect, modify (by consensus), and contribute to the source code while seeing how Bitcoin works. In this sense, it creates a balance of power between the blockchain network and the users.

Open source for Bitcoin opens doors for developers to unleash their creativity to innovate faster or get inspired to create better blockchains. It somewhat democratizes decision-making for major blockchain modifications. However, the changes in the Bitcoin blockchain can only be made when the community reaches a consensus.

ERC-721

ERC-721 is the token standard used on Ethereum to create non-fungible tokens (NFTs). Each token created using the ERC-721 standard is unique and not interchangeable.

Full definition

Wrapped Bitcoin

Wrapped Bitcoin is a tokenized representation of Bitcoin that is interoperable with decentralized applications on the Ethereum blockchain.

Full definition

Digital Signature

A digital signature is an encrypted, electronic imprint that authenticates digital information, software or messages. Like a handwritten signature, it verifies the identity and origin of data.

Full definition