i want to thank you guys for the support on mu first post, ill try to make more content with my songs exclusively for Orb.This is another sneak peak of my unreleased song called “Moto”, this is one of my que
Heeey, i want to thank you guys for the support on mu first post, ill try to make more content with my songs exclusively for Orb.This is another sneak peak of my unreleased song called “Moto”, this is one of my personal favorites.It’s a kinda short video but the full song releases on May 15th on all digital platforms.
Petition for
to list $DOG!
$DOG has consistently been the #1 Rune by volume and market cap for over 2 weeks and we would be honored to be listed on your CEX
成为 Web3 开发者需要掌握哪些知识?
1.写在前面的话Web3 发展到今天,随着行业项目市值的攀升,越来越多的开发者挤入了这个行业,那么,身为 web2 的开发者,如何挤入这个行业,进入这个行业又能干什么呢? 我想这个问题是大多数想进入 Web3 的 Web2 开发者的困惑。 今天我们就针对这个问题分析一波。 经历了 10 多年的发展,Web3 各项基础设施发展得很成熟了,也延伸出了很多细分方向。那么,做为 Web3 开发者,有那些可以选择的方向,这些方向有需要一些什么技能呢?
2. 开发者细分方向下面分别从公链开发,钱包开发,交易所开发,智能合约开发, 区块链数据处理,前端开发和运维角度出发进行开发细分。 公链方向L1 公链开发L2 公链开发 AppChain 开发联盟链方向(这个方向 Web3 圈子不屑于讨论哈) 钱包方向交易所钱包去中心化钱包硬件钱包 交易所方向中心化交易所去中心化交易 智能合约开发质押借贷协议重新质押协议多重质押协议NFTxxxFi 区块链数据处理方向浏览器开发区块链大数据处理 协议研究员 密码学研究员 密码学工程师 Web3 前端开发 Web3 运维 开发者关系工程师 上面是从业多年的经验中总结出来,不敢说 100% 覆盖,但 90% 以上的覆盖率是能达到的。下面我们来分析一下各个方向的开发者需要掌握什么样的知识技能才是合格的。
3. 成为一名合格的 Web3 开发者以下所有分析只从技术角度进行展开,不包括抗压能力和人品等的分析。
合格的公链开发者项目角度:从长远来看,公链开发者一定要熟悉 Bitcoin[1], Ethereum[2] 和 Cosmos[3] 项目的设计方案和源码。做为不同时间段的开发者,需要熟悉该时间段的热点项目,例如当前阶段,需要熟悉火爆的 Solona[4], 各种 Layer2[5], 数据可用层和 L3 AppChain[6]。 公链配套工具角度:公链开发者还需要熟悉各种支撑公链生态的工具,浏览器的设计开发,桥的设计开发,密钥的管理机制等。 协议和算法角度:p2p 网络协议,主流密码学算法和主流共识算法。 编程语言角度:C/C++, go[7], rust[8], [solidity]((learnblockchain.cn/column/1 "solidity") ), node 等
合格的钱包开发者项目角度:熟悉 top 100 公链的钱包的扫块入账,交易回滚,离线签名实现逻辑;L1 到 L2 和 L2 到 L1 的跨链[9]。 协议和算法角度:BIP[10] 钱包协议簇,主流密码学[11]算法 编程语言角度:C/C++, go, rust[12], Jave, Python[13], Solidity, Move[14] 等
合格的交易所开发者项目角度:熟悉中心化交易所现货,期货合约,撮合引擎,做市策略,带单返佣和量化策略等业务系统的设计开发,熟悉去中心化交易 uniswap[15],DYDX 等去中心化交易所的底层实现原理和代码;去中心化交易所方向,需精通智能合约开发语言和智能合约审计[16]。 编程语言角度:C/C++, go, rust, Jave, Python, Solidity, Move 等
合格的智能合约开发者项目角度:熟悉主流的去中心化交易所 uniswap, dydx, sushiswap[17], 1inch 原理及源码,熟悉 Compound[18], Cure 等项目原理及源码,熟悉 lsd 项目 lido[19] 原理及源码,熟悉重新质押协议 eigenlayer[20] 项目原理及源码,熟悉多重质押协议 LinkLayer[21] 项目原理及源码。 编程语言角度:精通Solidity, Move, Node 等编程语言 区块链数据处理方向项目角度:熟悉 top 20 公链扫块以及交易处理逻辑,熟悉 EVM[22] 链的内部交易解析方式,拥有高并发程序设计,大数据处理经验。 编程语言角度:C/C++, go, rust, Jave, Python, Solidity, Move 等
密码学方向算法:公钥密码学,PKI 公钥体系,单向散列函数,数字证书与数字签名,MPC,ZKP[23],同态加密,量子密码学等;下面列一下区块链里面常用的密码学算法 ECDSA[24] Secp256k1[25]Secp256r1EDDSA[26] Ed25519[27]HASH MD 系列SHA 系列Blake 系列PoseidonBLS[28] MPC ZKP KzgGroth16[29]SonicFractalHalo2[30]SuperSonicMarlinPlonk[31]编程语言角度:C/C++, Rust, Go, Python, Node, Solidity Web3 前端开发方向项目角度:熟悉去中心化钱包,交易所,质押借贷,公链配套工具的业务开发流程; 智能合约:熟悉合约代码的开发,部署[32]和升级[33]流程,熟悉常用的合约审计工具。 编程语言角度:Node, React, React Native, Vue, Uni-App
Regarding your concern about the gameplay feeling outdated, it's important to remember that opinions on gameplay can vary among individuals. While some may find certain aspects outdated, others might appreciate the game for its unique mechanics or improvements over its predecessor.
To get the most accurate and up-to-date information on Dragon's Dogma 2 and its gameplay, I recommend checking official sources such as gaming news websites, forums, or reviews from players who have had the opportunity to play the game. They can offer insights and perspectives that can help you form a better understanding of the gameplay and whether it aligns with your preferences!
As of my knowledge cutoff in September 2021, Dragon's Dogma 2 has not been released. Therefore, I cannot provide any personal experiences or feedback on the game. It's possible that Dragon's Dogma 2 has been released since then, and new information may be available.
Regarding your concern about the gameplay feeling outdated, it's important to remember that opinions on gameplay can vary among individuals. While some may find certain aspects outdated, others might appreciate the game for its unique mechanics or improvements over its predecessor.
To get the most accurate and up-to-date information on Dragon's Dogma 2 and its gameplay, I recommend checking official sources such as gaming news websites, forums, or reviews from players who have had the opportunity to play the game. They can offer insights and perspectives that can help you form a better understanding of the gameplay and whether it aligns with your preferences.
Enjoy your boba tea made by @aavechan and have a wonderful Sunday afternoon!
A Sunday afternoon: boba tea made by @aavechan and Dragon’s Dogma 2.
Anyone played it yet? Was a huge fan of the first DD, but this one smells like an already outdated gameplay…
We just broke a record for first day 24 hr volume on SOL (we think... @aeyakovenko halp)
We wouldn't have made it without you
To say thank you we're giving away $FLUFF
Drop your SOL wallets
DORY!!!