Generally, these tools are based on proof-of-work (PoW) or proof-of-stake (PoS).
PoW based:
- Skynet
- Arweave
- Ethereum
PoS based:
- The Beacon Chain
- Filecoin
- 0Chain
Tools 1/2
dStorage Tools:
- IPFS: dStorage + file referencing system.
- Storj DCS: S3-compatible dStorage.
- Skynet: decentralized PoW chain.
- Filecoin: incentive layer on top of the IPFS ideals.
- Arweave: dStorage platform for storing data.
- 0chain: PoS dStorage platform.
Tools 1/2
- Swarm: dStorage platform + content distribution service.
- OrbitDB: A decentralized p2p DB on top of IPFS.
- Aleph: Decentralized IPFS compatible cloud project.
- Ceramic: IPFS DB storage for data-rich and engaging applications.
source: Ethereum docs
If you liked this thread, you can follow @FrancescoCiull4 and share this tweet below. Thank you
TLDR:
an online tool that helps us to search for data about a blockchain. think it like Google for blockchain.
IN-DEPTH:
If you want to go more in detail, here is a thread based on Ethereum docs and other online sources
↓
Table of Contents
· Definition
· Block Explorer Examples
· Why
· How to use Block Explorers
· Ethereum transparency
· Blocks Standard data
· Blocks Advanced data
· Uncle blocks
· Gas
· Txn Standard Data
· Txn Advanced Data
· User Accounts
· Smart Contracts
· Tokens
· Network
↓
Definition
Block explorers are like a search engine for a blockchain.
They provide insight into every blockchain's aspect, by enabling to search for real-time and historical information about a blockchain, for example:
- transactions.
- addresses.
- data related to blocks.
12 more use cases:
🏀Sport
🎵Music
🗳️Voting
🎮 Games
🎫 Tickets
🏡 Real Estate
🚛 Supply Chain
🎨 Artwork Tracking
💡 Intellectual Property
🎓 School and Degrees
🏥 Patient's Health History
🍕 Authenticity of food/medicines
↓
🏀Sport
Highlights of some particular moments can be sold as NFTs, and they can be invaluable to a fan.
The NBA is already using this mechanism extensively.
🎵Music
Some artists have already started interacting with their fans, finding new ways to monetize using NFTs, associating them with some particular activities or unique moments.
One of the questions I get most often is:
"What are the steps to learn the basics of Docker?"
In this thread, I list the 10 steps that I think are optimal for a beginner.
There are no links or promotions here, just concepts.
/thread
↓
1) Understanding WHAT Docker is and what it isn't, what are the building blocks of it
2) Understanding what containerization is and why it is so important. Differences Containers/Virtual Machines
3) Install Docker on your operating system and make sure it works (`docker info`)
4) Take a look at "Docker Hub" and make a bit of practice using one image there (eg Nginx) and understand the basic commands: start/stop/list containers.
5) Understand how the components are made and their configuration: commands inspect/exec/logs.