Skip to content

Latest commit

 

History

History
128 lines (99 loc) · 4.2 KB

README.md

File metadata and controls

128 lines (99 loc) · 4.2 KB

Introduction to Blockchain

Resources

Updates and Research

Introduction to Blockchain Developing

Programming Languages for Blockchain
  • Solidity
  • JavaScript
  • Python
  • Go
  • Rust
  • C++

Go Lang Tutorial

Why use blockchain
  • Transparency/Verifiability
  • Trust-less
  • Secure
What do developers do?
  • Smart Contracts
  • Blockchain Websites
  • Mobile Apps
  • Backends
  • Infrastructures
Other ways to make money
  • Trading Bots (arbitrage across different exchanges using smart contracts)
  • Flash Loans
  • Yield Farming
  • Infrastructure
    • Ethereum going from Proof-of-Work to Proof-of-Stake

Guide

What is Bitcoin

  • White Paper
  • Proof of Work *
  • Bitcoin Blockchain
    • Distributed network
    • Public Ledger
  • Proof of Work

What is Ethereum

  • Great place to start learn how to use Solidity (would be the best language to learn)
  • Cryptocurrency
  • Ethereum blockchain is what allows it to exist
  • World-wide computer to support applications
  • Ethereum 2.0
    • PoW -> PoS

ERC-20 vs BEP-2/BEP-20

  • Link to the article
    • This “parallel” blockchain dynamic has led to a situation where the Binance ecosystem has two central token standards (like Ethereum’s ERC-20), which are BEP-2 (the main fungible token standard of Binance Chain) and BEP-20 (the main fungible token standard of BSC). Accordingly, not only are BEP-2 and BEP-20 token addresses distinct from each other in format, they’re also both separate from, though inspired by, ERC-20s.

Binance SmartChain (BEP-2/20 protocols)

Solidity (Language for Ethereum)

How to create a trading bot (arbitrage bot)

Wallets

Defi (Decentralized Finance)

  • Blockchain Replacement of the existing financial products
  • Compound
  • Maker

Smart Contracts

Centralized Oracle

Decentralized Computation

Validator Setup Guide $Link

Upwork Projects

Terra

What's Swapping

What's DEX

What's Bridge

What's Yield Farming

What's Liquidity Pool

Additional Resources

Insurance - (Nexus Mutual)

Derivatives (Opyn)

Synthetic Assets (Mirror and kwenta.io)

DeFi Pulse Index (Balancer) [S&P equivalent of DeFi]