N2 Research Lab - Solana與以太坊開發經驗分享 by Tina Lee 李婷婷 - YouTube

Tags
讀書會筆記
Solana-development
Ethereum-development
Date
Nov 20, 2021
Table of contents

Instructor

 

Differences ETH 對照 SOL

notion image
  • Sol 一筆 transaction 可以包含多組 instructions
 

Dev Tools - Smart Contract

notion image
Anchor
  • pros
    • 使用 framework 可加速開發
    • 已處理 transaction 的 encoding/decoding
  • cons
    • 新舊版本維護成本以及更新風險
 
Blockchain Explorer
 
Library
  • 在 Sol 發 token 或發 NFT 相較 Eth 更容易,只要安裝 CLI 即可
  • 目前 Sol 的項目多半沒有開源,rust source code 沒有通過審計
 

Frontend Developer

notion image
  • 值得學習的開源項目:Raydium、Mango

Security Engineer

notion image
  • 覺得 Solana Audit 是藍海項目
 

Live demo & 講解 Code

Q&A

Bridge 的智能合約運作機制

  • 一邊燒 token (ex. USDC)
  • 另一邊 mint token (ex. USDC)
 

Solana 目前最主流的 NFT 協議

 

Neon labs EVM

  • 跨平台解決方案,讓 EVM 跑在 Sol 上面
  • 概念是透過 Neon blockchain 將 EVM 定期推到 Sol 上面
    • 像是小型 Layer 2,Layer1 則是 Sol
 

Sol 學習資源

  • 參加 hackathon

Loading Comments...