Blockchain Basics - for Creators

Pdot
Watch, 5 min
BEGINNER

Iterative Glossary for Creators permalink

This is an iterative article, that is, I'll keep adding or removing content constantly based on questions or suggestions from community members and specially OSS developers and creators. If you have a suggestion, to change the glossary, add a new article or video for a subject, feel free to comment or message me. Ideally it should change every day, I'll keep updating it.

The blockchain technology and the cryptocurrency universe are unique, the space is minimally restricted or constrained by regulation, it is a trust-minimized environment where individuals are free to create, to transact between themselves. Different from anything else ever seen in human history, the costs of creating something new, without requiring validation from third parties, are low. The fierce competition between creators in a totally free decentralized market maximizes innovation as projects always need to be active to stay relevant, since everything is changing extremely fast and new projects, concepts, competition are born every day.

This is the most fertile space for creators, they are free to create anything, just limited by their own creativity. The environment that maximizes the freedom to create and innovate, is ideal for Creators to grow and correctly rewarded for the impact they cause in the world.

What is Blockchain permalink

The Bitcoin whitepaper published in November 2008, introduced revolutionary concepts, such as a purely peer-to-peer digital currency that doesn't need a trusted third party, financial institution or central issuer. The main technology behind it is the proof-of-work blockchain, a public digital and immutable ledger, shared by all nodes of that system. For the first time, in an open, decentralized network, participants didn't need to know and trust each other to verify electronic transactions, which are made through cryptographic algorithms that can be correctly verified and corrected even if attacked by malicious nodes.

Since then, innumerous blockchains were built, Ethereum, Cardano, Polkadot and now Binance Chain are some examples of the biggest blockchains projects at the moment.

Ethereum still is the blockchain with most prestige, and where significant innovation occurs. With over active 2,300 developers , trends like cryptokitties, DeFi, NFTs, DAOs.

Smart Contracts permalink

Is program stored on a blockchain - Ethereum for example- that is automatically executed every time some sort of event specified on that contract triggers it. The main benefit of using Smart Contracts is that you don't need a third party to execute it or human intervention, all the terms of the contract are on the code itself.

Ethereum permalink

Ethereum is a community-ran, open source, technology or computing infrastructure, that let's you execute smart contracts, send cryptocurrencies to anyone by paying a small fee called gas.

Since Ethereum is programmable, you can use it for way more than just use it as money or for payments.

https://ethereum.org/en/what-is-ethereum/

Gas permalink

Gas is the fee that is required to run computational resources to successfully execute a transaction on Ethereum.

Wallets permalink

Wallet is where you store the keys and the dapp that allows you to access your crypto currencies. When you 'hold' cryptocurrencies in your wallet, you are the only person who has sovereignty over it, as long as you have your private keys.

Centralized Exchange (CEX) permalink

A Centralized Exchange is, just like a common broker, a trusted middle man or third party that sells the service of having the custody of assets of individuals and creates the market - exchange- where these individuals can trade between themselves through orderbooks.

Decentralized Exchanges (DEXs) permalink

Differently from CEX, DEXs are exchanges that connect users directly, there is no middle man. Users have control, sovereignty over their own tokens, and can connect their wallets to the exchange dapp to trade between themselves usually through pools instead of orderbook.

NFT (Non-fungible Tokens) permalink

Non-fungible Tokens are tokens that have unique characteristics or properties. Things like visual art, music, collectible items, games, are rapidly being tokenized into NFT since it is a way to represent and verify the ownership of those items.

Fungible Tokens permalink

Fungibility is an economic term that describes a good or a commodity that are mutually interchangeable with an identical item. So, Fungible Tokens are tokens that don't hold any uniqueness intrinsic to them, individually, and can't be distinguished from another one of it's kind. Some examples of Fungible currencies or tokens are: bank notes from a specific country with the same denomination; an ERC-20 token, they have the exact the same type and have the same value.

Governance Tokens permalink

Governance Token holders can vote directly on proposals that decides the future of the Protocol or platform. Through governance tokens, every holder had their say and the right to vote on changes, proposals and decisions of that DAO.
https://coinmarketcap.com/alexandria/glossary/governance-token

DAO permalink

Decentralized Autonomous Organization - DAO - is an organization or internet-based business run by rules created by their members through consensus, everything coded into smart contracts. Access to the treasury, proposals and decisions are all voted, usually by the governance token holders.
https://ethereum.org/en/dao/

Keep Asking Questions!
Discord👾 https://discord.gg/VwJp4KM

🌈 Was this helpful ?
In order to provide you with better contents in the future, please let us know your questions, feedbacks etc.🌱
Post on Forum

- Dev Protocol releases all codes as OSS in public. Your contributions are welcome.(Sometimes there are bounties.)
Dev Protocol GitHub

- DIP (Dev Improvement Proposal) process is also released. We’re looking forward to seeing your comments on it.🌟
DIP URL