Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
KIKI | Remote | $155k - $200k | |||
Empirical | San Diego, CA, United States | $97k - $105k | |||
Maple | Remote | $90k - $150k | |||
Ava Labs | New York, NY, United States | $99k - $140k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
VolumeFi | United States | $150k - $300k | |||
Volume | Remote | $150k - $300k | |||
BitGo | Palo Alto, CA, United States | $107k - $186k | |||
Storm2 | United States | $200k - $300k | |||
Enya Labs | Palo Alto, CA, United States | $72k - $75k | |||
LI.FI | New York, NY, United States | $74k - $120k | |||
Mento Labs | Berlin, Germany | $70k - $100k | |||
Compound Labs | San Francisco, CA, United States | $72k - $75k | |||
Storm2 | United States | $200k - $300k | |||
Blockswap | London, United Kingdom | $36k - $70k | |||
Storm2 | United States | $200k - $300k |
This job is closed
Our team has developed physical products in the beauty, apparel, and wellness space for some of the world’s biggest brands. We’re bringing that scalable expertise to product co-creation, incentive-driven loyalty, and composable identity. Our ability to support virtually any beauty and consumer good comes from over a decade of supply chain experience. It will be utilized only based on the choices of our members and future partners.
- Technical Strategy and Vision: Define and execute the technical strategy for KIKI World's web3 product design, architecture, and development. Collaborate with cross-functional teams to align technical decisions with the company's goals and product roadmap.
- Protocol Design and Implementation: Lead the design and implementation of decentralized protocols, including NFT drops, on-chain interactions, and holder royalty structures. Ensure the technical specifications align with the platform's goals and user experience.
- Team Leadership and Management: Provide strategic leadership to the engineering team, promoting a culture of collaboration, innovation, and continuous learning. Attract, hire, and retain top engineering talent. Mentor and guide team members to enhance their skills and expertise.
- Agile Development Process: Participate in the agile development process, including sprint planning, stand-ups, and retrospectives. Work closely with technical and non-technical colleagues to build, test, and iterate on ideas quickly.
- Communication and Collaboration: Effectively communicate technical trade-offs and constraints to advisors and management. Collaborate with stakeholders to understand business requirements and translate them into technical specifications.
- Research and Innovation: Stay up to date with emerging web3 trends and technologies. Conduct research on other consumer NFT applications and evaluate their potential application to KIKI World's use cases.
- Previous Experience: Proven track record of at least 10 years in engineering leadership roles, including 2+ years of experience as a blockchain developer. Strong understanding of web3 and blockchain development is essential.
- Technical Expertise: In-depth knowledge of smart contract development on EVM. Familiarity with blockchain protocols such as Ethereum, as well as NFT standards and related frameworks.
- Protocol Design and Implementation: Experience in designing and implementing decentralized protocols, including NFT drops, on-chain interactions, and royalty structures.
- Strategic Leadership: Strong strategic thinking and decision-making abilities. Ability to define and execute technical strategies that align with business objectives.
- Team Management: Excellent leadership and team-building skills, with a proven ability to attract, develop, and retain top engineering talent. Experience in managing cross-functional engineering teams.
- Agile Development: Familiarity with agile development methodologies and tools. Ability to work in a fast-paced and dynamic startup environment.
- Communication Skills: Exceptional communication and interpersonal skills, with the ability to effectively convey technical concepts to both technical and non-technical stakeholders.
- Passion for Decentralized Commerce: Demonstrated passion for the future of commerce and ownership within the web3 ecosystem.
What is EVM?
EVM stands for Ethereum Virtual Machine, and it is the runtime environment for smart contracts in the Ethereum network
It is a virtual machine that executes code written in the Solidity programming language, which is the language used for writing smart contracts on the Ethereum platform
The EVM is a sandboxed environment, which means that code executed within the EVM is isolated from the rest of the network and cannot interact with it directly
This is important for security reasons, as it prevents malicious code from affecting the rest of the network
When a smart contract is deployed to the Ethereum network, it is compiled into bytecode that can be executed by the EVM
Each node on the network maintains a copy of the EVM, which allows them to execute smart contract code and validate transactions
When a transaction is submitted to the network, the EVM processes it by executing the corresponding smart contract code
The EVM processes the transaction by reading the bytecode, interpreting it, and executing it step by step
The EVM then returns the result of the transaction to the sender, which can include changes to the state of the contract or the network as a whole
The EVM is designed to be Turing-complete, which means that it is capable of performing any computation that can be performed by a computer
This allows for complex smart contracts to be executed on the Ethereum network, including those with conditional logic, loops, and other advanced programming constructs
The EVM is a key component of the Ethereum network, as it allows for the execution of smart contracts in a secure and isolated environment
It is a crucial part of the blockchain infrastructure that enables decentralized applications to be built and run on the Ethereum platform.