Cheatography
https://cheatography.com
Cardano ADA cryptocurrency is being discussed in this cheat sheet.
This is a draft cheat sheet. It is a work in progress and is not finished yet.
LIST OF SOME POPULAR CRYPTOCURRENCY
|
CARDANO (ADA)
Cardano is third generation, proof-of-stake, decentralized platform for ADA crypto currency. |
Cardano platform is written in Haskell functional programming language. |
Uses Ouroboros, a peer-reviewed, verifiable, secure blockchain protocol. |
Ouroboros enables the network's decentralization in Cardano. |
Setting Up Cardano Node Using Docker
Download Cardano Image |
docker image pull inputoutput/cardano-node:<TAG> |
Create local cardano-node-data and cardano-node-ipc volumes: |
docker volume create cardano-node-data docker volume create cardano-node-ipc |
Run the Cardano Node |
docker run -v cardano-node-ipc:/ipc -v cardano-node-data:/data inputoutput/cardano-node run --help |
Cardano Architecture Overview
Cardano Architecture Components : NODES
A blockchain system consists of a set of nodes distributed across a network that communicate with each other to achieve consensus about the system’s state.
Nodes are responsible for:
Executing the Ouroboros protocol
Validating and relaying blocks
Producing blocks (some nodes)
Providing information about the state of the blockchain to other local clients |
Cardano Architecture Components : DAEDALUS WALLET
Daedalus is a full node wallet that helps users to manage their ada, and can send and receive payments on the Cardano blockchain
Daedalus consists of a wallet frontend and a backend. The frontend is the graphical application that users see and interact with. The backend is a service process that monitors the state of the user’s wallet |
CARDANO (ADA) TOKEN LIFECYCLE
|