蚂蚁金服蚂蚁数字科技-数字科技线-Technology Manager
社招全职5年以上技术类-综合管理地点:北京 | 上海 | 杭州 | 深圳状态:招聘
任职要求
1. Experience:5+ years of development experience in the mobile internet industry, with at least one complete, successful experience as a Technical Lead or Core Architect in building and launching a sophisticated mobile APP product from 0 to 1; 3. 3+ years of hands-on technical experience in the blockchain/Web3 space. Must have direct development or deep involvement experience with Web3 wallets, DeFi projects, DEXs, or similar products; 4. Technical Skills:Mobile Mastery: Strong expertise in iOS/Android native development or cross-platform frameworks, with deep knowledge of APP performance optimization, compatibility, and app store submission processes.Blockchain Mastery: Must be proficient in the Ethereum and EVM-compatible ecosystem, with a deep understanding of core concepts like JSON-RPC, transaction construction, signing, event listening, Gas mechanics, and smart contract interaction. Familiarity with non-EVM chains is a plus; 5. Architecture Skills: Proven ability to design highly available, scalable, and secure distributed system architectures; 6. Security-First Mindset: Deep understanding of cybersecurity and cryptography, with a high level of sensitivity and experience in preventing potential security risks; 7. Leadership & Entrepreneurship: Excellent team leadership, project management, and communication skills. Strong sense of ownership and responsibility, capable of leading the team to overcome challenges in a fast-paced startup environment; 8. Language: Strong reading skills for English technical documentation is preferred. 1. 经验:5年以上移动互联网行业开发经验,至少有一次作为技术负责人或核心架构师,从0到1成功打造并上线一款成熟的移动APP产品的完整经历; 2. 3年以上区块链/Web3领域的技术经验,必须有亲自开发或深度参与Web3钱包、DeFi项目、DEX等相关产品的经验; 3. 技术能力:移动端精通: 对iOS/Android原生开发或跨平台框架有深厚功底,精通APP性能优化、兼容性及上架流程。区块链精通: 必须精通以太坊及其EVM兼容链的技术生态,深刻理解JSON-RPC、交易构造、签名、事件监听、Gas机制、智能合约交互等核心概念。熟悉非EVM链者优先; 4. 架构能力: 具备设计高可用、高扩展性、高安全性分布式系统架构的能力; 5. 安全第一: 对网络安全、加密学有深刻认知,对潜在的安全风险有极高的敏感度和防范经验; 6. 领导力与创业精神: 具备出色的团队领导、项目管理和沟通协调能力。拥有强烈的责任心和主人翁意识,能在快节奏的创业环境中引领团队攻坚克难; 7. 语言: 具备良好的英文技术文档阅读能力者优先。
工作职责
1. Technical Strategy & Architecture: Own the overall technical architecture design, technology selection, and evolution plan for the Web3 wallet APP. Develop and execute a long-term technical roadmap; 2. 0-to-1 Product Development: Lead the entire development lifecycle of the wallet APP, including requirements analysis, system design, development, testing, launch, and continuous iteration, ensuring high-quality project delivery; 3. Blockchain Integration & Innovation:Possess deep expertise in interacting with multiple public chains, responsible for integrating and managing blockchain nodes, and optimizing on-chain transaction speed and success rates.Have an in-depth understanding of the technical details of interacting with DeFi protocols, including smart contract invocation, signing, Gas optimization, and security audit points. Lead the team to implement secure and reliable complex features like DeFi and Staking.Explore and integrate cutting-edge technologies such as Account Abstraction, and cross-chain bridges to enhance product competitiveness; 4. Security & Performance Assurance: Establish the highest standards for secure coding practices and security audit processes. Bear ultimate technical responsibility for the security of core modules like private key/mnemonic management and transaction signing. Continuously optimize APP performance and user experience; 5. Team Building & Management: Recruit, mentor, and manage a high-performing technical team, including front-end, back-end, mobile, and blockchain engineers. Foster a positive and collaborative technical culture; 6. Cross-functional Collaboration: Work closely with Product, Operations, and Design teams to translate business requirements into technical solutions. Provide technical input for company-level strategic decisions. 1. 技术战略与架构设计: 负责Web3钱包APP的整体技术架构设计、技术选型与演进规划,制定长期的技术发展路线图; 2. 从0到1的产品研发: 主导钱包APP的整个开发生命周期,包括需求分析、系统设计、开发、测试、上线及持续优化,确保项目高质量交付; 3. 区块链技术集成与创新:精通与多条公链的交互原理,负责集成和管理各类区块链节点,优化链上交易速度与成功率。深度理解与DeFi协议交互的技术细节,包括智能合约的调用、签名、Gas优化、以及安全审计要点,带领团队实现安全可靠的DeFi、Staking等复杂功能。探索和集成前沿技术,如账户抽象、跨链桥等,提升产品竞争力; 4. 安全与性能保障: 建立最高标准的安全编码规范和安全审计流程。对私钥/助记词管理、交易签名等核心模块的安全性负最终技术责任。持续优化APP性能与用户体验; 5. 团队建设与管理: 组建、培养和管理一支高效的技术团队,包括前端、后端、移动端和区块链工程师,营造积极向上的技术氛围; 6. 跨部门协作: 与产品、运营、设计等部门紧密合作,将业务需求转化为技术方案,并为公司战略决策提供技术输入。
包括英文材料
iOS+
https://www.youtube.com/watch?v=UNH0bE4zPtY&list=PLSzsOkUDsvdu5Mm67aBYs2YPu2OM4mFzt
Android+
https://roadmap.sh/android
Step by step guide to becoming an Android developer .
https://www.youtube.com/playlist?list=PLQkwcJG4YTCSVDhww92llY3CAnc_vUhsm
JSON+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Scripting/JSON
用于将结构化数据表示为 JavaScript 对象的标准格式,通常用于在网站上表示和传输数据(例如从服务器向客户端发送一些数据,因此可以将其显示在网页上)。
RPC+
https://javaguide.cn/distributed-system/rpc/rpc-intro.html
为什么要 RPC ? 因为,两个不同的服务器上的服务提供的方法不在一个内存空间,所以,需要通过网络编程才能传递方法调用所需要的参数。并且,方法调用的结果也需要通过网络编程来接收。
https://www.youtube.com/watch?v=S2osKiqQG9s
This video is part of an 8-lecture series on distributed systems, given as part of the undergraduate computer science course at the University of Cambridge.
安全防护+
https://roadmap.sh/cyber-security
Step by step guide to becoming a Cyber Security Expert
https://www.w3schools.com/cybersecurity/
This course serves as an excellent primer to the many different domains of Cyber security.
高可用+
https://redis.io/blog/high-availability-architecture/
A high available architecture is when there are a number of different components, modules, or services that work together to maintain optimal performance, irrespective of peak-time loads.
https://www.ibm.com/think/topics/high-availability
High availability (HA) is a term that refers to a system’s ability to be accessible and reliable close to 100% of the time.
分布式系统+
https://www.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
相关职位
社招5年以上产品-硬件型(蚂
1. 负责智能终端科技软硬一体化产品,包括产品规划、定价、市场策略分析以及推动产品的具体落地; 2. 协同市场商务、解决方案等团队,挖掘行业、客户的需求痛点,制定产品规划以及提供满足客户诉求的智能终端商业化产品; 3. 协同外部生态合作伙伴,包括鸿蒙生态伙伴、硬件厂商生态伙伴等,构建面向智能终端市场的商业化产品; 4. 了解行业、市场发展趋势以及竞争情况,制定产品策略,不断保持产品竞争力。
更新于 2025-06-20
社招产品类-用户型
1. 根据公司战略,规划Jovay Layer 2公链创新产品及相关生态合作方案的需求和路线图; 2. 与工程、设计、市场等部门紧密合作,分析市场需求,设计和交付高质量的产品和服务; 3. 与市场BD、运营、合作伙伴等部门配合,设计并落地产品GTM策略; 4. 监控和分析用户反馈和产品指标数据,识别产品优化机会; 5. 建立以Jovay Layer2公链为核心的生态系统,制定和调整产品的发展策略; 6. 识别Web3领域相关合作伙伴和重点客户,发展和维护与他们的长期合作关系。
更新于 2025-06-20
社招产品类-用户型
1. 洞察行业数据需求,基于整合数据,设计匹配的数据应用方法,为数据给客户带来的业务增益效果负责; 2. 组织协同数据资源、数据分析工具、算法技术相关部门,推动行业领先的数据应用方法产品化落地; 3. 跟进市场前线客户动态,和分析产品使用的效果波动,确保产品能够持续性地为客户带来增益; 4. 梳理行业典型数据应用案例,丰富行业数据应用知识库,推动数据分析能力Agent化。
更新于 2025-06-20