moza88 / UIC-Blockchain-Crypto

Resources on getting started with blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIC Chicago Exchange Blockchain Awesome

Resources on getting started with blockchain

Table of Contents

What is Blockchain?

Shared Ledger System that provides traceability, permanence, transparency.

Blockchain In Demo

https://blockchaindemo.io/?ref=producthunt

Genesis Block

https://www.blockchain.com/explorer/blocks/btc/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f https://blockchair.com/bitcoin/block/0

What is a Coinbase Transaction?

A coinbase transaction is the first transaction in each block and there is only 1 per block. Since it's the first transaction, the coinbase transaction can be valid without any inputs. The output of this transaction is used to send the block reward, the block subsidy plus the transaction fees to the miner's address. The transaction can have coinbase data, which is any input of 100 bytes in size. An example would be Satoshi's message in the Genesis block, "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks".

Tokens

Fungible Tokens

How To Create a Token (Step-by-Step ERC20 Code Explained) - Video

https://www.youtube.com/watch?v=8N0lLN26BIE

NFTs

EIP 721 Standard Proposal - Non-Fungible Token Standard

https://eips.ethereum.org/EIPS/eip-721

EIP 1155 Standard Proposal - Multi Token Standard

https://eips.ethereum.org/EIPS/eip-1155

How to Implement a ERC721

https://ethereum.org/en/developers/tutorials/how-to-implement-an-erc721-market/

Openzeppelin ERC721 Smart Contract

https://docs.openzeppelin.com/contracts/3.x/erc721

1st NFT Real World House Sale - By OnChain Roofstock

https://www.entrepreneur.com/business-news/the-first-nft-home-just-sold-for-175000/437522

https://onchain.roofstock.com/

NFT Marketplaces

OpenSea

https://opensea.io/

Rarible

https://rarible.com/

Nifty Gateway

https://www.niftygateway.com/collections/sam-spratt-the-monument-game

Stablecoins

A Visual Explanation of Algorithmic Stablecoins

https://medium.com/dragonfly-research/a-visual-explanation-of-algorithmic-stablecoins-9a0c1f0f51a0

On Chain Forensics Demystifying Terra USD De-Peg

https://www.nansen.ai/research/on-chain-forensics-demystifying-terrausd-de-peg

Wallets

MPC

Secure Multi-Party Computation (sMPC) - Collaboration Without Sharing

https://medium.com/coinmonks/secure-multi-party-computing-smpc-collaboration-without-sharing-f92b4a6e3ceb

Meta’s MPC Intro

https://privacytech.fb.com/multi-party-computation/?source=post_page-----f92b4a6e3ceb--------------------------------

Nigel Smart’s Multi-Party Computation: From Theory to Practice Presentation

https://www.youtube.com/watch?v=LRAN_w1_qmw

MPC Dating Game - Omer Sholomovits (ZenGo Co-Founder)

https://www.youtube.com/watch?v=s-povp2vvBU&t=1s

HSM

Securing Keys with HSMs (Hardware Secure Modules)

https://medium.com/coinmonks/securing-keys-with-hsms-hardware-secure-module-d4015a9bdc5

Decoding 5 Crypto Acronymns MCP, ZK, FHE, TEE, HSM

https://www.forbes.com/sites/tomerniv/2023/08/24/decoding-5-crypto-acronyms-mpc-zk-fhe-tee--hsm/?sh=7e7e129b67c8

HSM Use Cases

https://www.cryptomathic.com/news-events/blog/key-management-and-use-cases-for-hsms?source=post_page-----d4015a9bdc5--------------------------------

Multi-Signature

Bitgo White Paper Digital Asset Wallet Security

https://www.bitgo.com/content-library/BitGo-White-Paper-Digital-Asset-Wallet-Security.pdf

Spending a Transaction to a MultiSig - Bitcoin

https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/master/06_2_Spending_a_Transaction_to_a_Multisig.md

Bitcoin Script for Multi-Sig Wallet

https://learnmeabitcoin.com/technical/p2ms

Ethereum Smart Contract for Ethereum Multi-Sig Wallet

https://github.com/BitGo/eth-multisig-v4/tree/master/contracts

DeFi

Liquidity Pools

Dipping into a Liquidity Pool

https://medium.com/coinmonks/dipping-into-a-liquidity-pool-905a615f0758

Deep End of Liquidity Pool in the DEX Space

https://medium.com/coinmonks/deep-end-of-liquidity-pool-in-the-dex-space-f0576618a0ee

Uniswap Create a Liquidity Pool w/2 ERC20 Tokens - Video

https://www.youtube.com/watch?v=IbVPuUeJ8LM

Impermanent Loss - Video

https://www.youtube.com/watch?v=8XJ1MSTEuU0

Liquidity Pools - Video

https://www.youtube.com/watch?v=cizLhxSKrAc&pp=ygUUZmluZW1hdGljIHN0YWJsZWNvaW4%3D

Crypto Derivatives

Crypto University - What are Crypto Derivatives Options Futures

https://crypto.com/university/what-are-crypto-derivatives-options-futures

Howey Test

SEC's Framework for “Investment Contract” Analysis of Digital Assets

https://www.sec.gov/corpfin/framework-investment-contract-analysis-digital-assets

Testing Howey: With Congress Stalled, the SEC Stakes its Expanding Crypto Enforcement on a Nearly Eight-Decade-Old Test

https://tax.thomsonreuters.com/news/testing-howey-with-congress-stalled-the-sec-stakes-its-expanding-crypto-enforcement-on-a-nearly-eight-decade-old-test/

Find Law - What is the Howey Test

https://www.findlaw.com/consumer/securities-law/what-is-the-howey-test.html

University of Chicago Law School - A regulatory classification of digital assets: toward an operational howey test for cryptocurrencies, ICOs, and other digital assets

https://chicagounbound.uchicago.edu/cgi/viewcontent.cgi?article=2257&context=public_law_and_legal_theory

About

Resources on getting started with blockchain