Going into 2023, I remain focused on the Ethereum and Cosmos ecosystems. There are a handful of projects I'm watching in the privacy, middleware, P2P infrastructure, and staking areas.
Modular blockchains are on the rise, but monolithic chains still have merit in the form of application specific chains.
Market capitalization is the total value of all tokens in the total supply of a token.
The Lightning Network (LN) is a layer 2 scaling solution [link to layer 2 article] for Bitcoin. Specifically, Lightning Network is a payment channel.
Proposals to update the Ethereum network/ecosystem are known as Ethereum Improvement Proposals, or EIPs.
Layer 2 means the solution is built ‘on top’ of the Layer 1 and therefore does not make any changes to the core protocol.
Aztec’s scaling technique can be described as a zk-zk-SNARK. Zero knowledge is used to obfuscate transactions, and then used again to roll up a batch of transactions for scalability.
A Merkle Tree is a binary tree data structure in which every leaf is a cryptographic hash of a data block and every branch is a hash of its children.
A Sybil Attack is a type of attack on a peer-to-peer network where a malicious actor operates many fake identities simultaneously.
A smart contract is a digital vending machine. They facilitate reliable, transparent, and trustless interactions on blockchains.
The Monero v15 hard fork update on 13th August 2022 included the addition of view tags to reduce wallet sync times by 30-40%. Let's look at how they work.
Onion routing is a technique for anonymous communication. Multiple layers of encryption are applied to the messages, and they're removed one at a time by different parties, analogous to peeling back the layers of an onion.
Diffie-Hellman key exchange is a method for securely agreeing on a shared key between two communication partners. This method is used in protocols such as ZKP, SSH, TLS, and SSL.
Chainlink VRF (Verifiable Random Function) produces fair and unbiased randomness in a gas-efficient way. This allows for the level of trust needed to participate in complex on-chain interactions.
Stablecoins are digital representations of dollars, euros, or commodities pegged to the value of their backing. They're vital for interacting on a blockchain without subjecting yourself to the volatility of the crypto market.
Asymmetric encryption, also known as public-key encryption, involves using a pair of keys to encrypt and decrypt a message - a public key and a private key. Popular algorithms include Elliptic Curve Cryptography, RSA, and Diffie-Hellman.
Using short-range radio frequencies, tags in physical products (sneakers, watches, handbags, etc) can be used to identify and validate unique physical products.
With NextJS, Link scrolls to the top of a new page by default. You can override this with scroll={false}. overflow-x: hidden will also override the default setting.
Quick Crypto Tips: ISO 4217 provides code for supranational currencies.
Tax advantaged retirement accounts include 401k’s, IRA’s, and less common options such as SEP, SIMPLE, 403b. Within 401ks and IRAs, they can be broken down into traditional or roth accounts.
Learning about personal finance can be difficult if you try to dive in head first. You may find a ‘relaxed approach’ to learning to be more successful. I retain information best when I’m receiving it on frequent small intervals, such as reading a twitter thread here and there.
I created an NFT collection on Polygon. This collection was made as a proof-of-concept for the various methods involved in the process. There is absolutely no utility and they have no value; they’re just for fun.
A Personal Finance Guide for Budgeting, Saving, and Tracking Your Financial Goals
MetaMask is a free hot wallet for Ethereum. In addition to Ethereum, you can manually add other networks such as Binance Smart Chain or Avalanche Network. Check out our guide to get set up.
Nano transactions are instant, cost nothing in fees, and have negligible energy consumption. All of that while being completely scalable.
Monero is a censorship-resistant, fungible, and anonymous currency. The king of privacy. Most cryptocurrencies, including BTC and ETH, have public blockchains and are at best, pseudonymous.
Tickets on the blockchain. Tiny Tix is my project from ETHDenver 2022’s hackathon.
Decentralized finance is all about regaining autonomy of your money. Censorship resistant, permissionless, fungible money is the only true form of money.
Liquidity mining is the strategy of offering your assets as a trading pair in exchange for financial rewards
This is an extremely high-level overview on the necessary steps to launch your own NFT collection. Art generation, metadata, hosting, smart contracts, and dapps!
Ethereum is a decentralized, open-source blockchain with smart contract functionality
Smart contracts, oracles, payment systems, infrastructure, and more use cases for blockchains
A coin is an asset native to its blockchain, while a token is created on an existing blockchain.