.Demeter General

Demeter provide pay-as-you-use Cardano infrastructure services, perfect for developers and services that don’t want to run their own Cardano node etc. https://demeter.run/ Documentation Starter kits (example code)

Read More

Passphrases

24 word passphrase The standard 24-word recovery phrase uses words from the BIP39 word list. One of these 24 word phrases has a total of 115,792,089,237,316,195,423,570,985,008,687,907,853,269,984,665,640,564,039,457,584,007,913,129,639,936 possible combinations.

Read More

Wallet Addresses

In UTXO accounting your funds are “contained” in UTXOs, not addresses. Ada is not stored “on an address”, but instead within UTXOs. You can use a single address with a wallet to receive funds, but your ada will actually be on multiple UTXOs, as each transaction will generate a new UTXO. Address != UTXO Example […]

Read More

Smart Contracts, Oracles and Wrapped Assets

Smart Contracts Smart contracts add programmability to a network – “when this happens, do this”. With just this capability you can do lots of cool things, for instance automatic payments that are programmatically guaranteed to occur. A problem though is that smart contracts only know what’s happening on the blockchain itself. There’s so way for […]

Read More

ada and lovelace

Lovelace A lovelace is the equivalent of a Bitcoin satoshi 1 ada = 1 million lovelace Altough the Cardano currency is ada, transactions are actually carried out in amounts specified in lovelace

Read More

Transactions General

In order for anything to happen there must be a transaction, in order to cause a change in the blockchain a transaction must run and consume various UTxO’s and output UTxO’s. A UTxO is a passive thing, it just sits there until a transaction uses it. On-chain vs Off-chain On-chain is about validation Off-chain part […]

Read More

. (E)UTxO Model basics

The (E)UTxO model stands for “Extended Unspent Transaction Output” model. This is the counting model that Cardano uses UTxO is used by bitcoin (bitcoin does actually have smart contracts, they are just not very smart!). Cardano extends the UTxO model, hence “(E)UTxO”. Ethereum uses a different model completely. Transactions A transaction has inputs and outputs […]

Read More

Wallet security

Useful articles on the subject Why we need wide adoption of social recovery wallets – Vitalik Buterin https://vitalik.ca/general/2021/01/11/recovery.html

Read More