Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Parity Technologies | New York, NY, United States | $45k - $85k | |||
Rome Protocol | New York, NY, United States | $150k - $250k | |||
Calyptus | New York, NY, United States | $36k - $100k | |||
21.co | New York, NY, United States | $150k - $200k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Rome Protocol | New York, NY, United States | $150k - $250k | |||
WOO | Taipei, Taiwan | $72k - $75k | |||
Treasure | United States | $63k - $110k | |||
Legitimate | New York, NY, United States | $120k - $200k | |||
Asymmetric Research | Remote | $84k - $150k | |||
Parity Technologies | New York, NY, United States | $62k - $77k | |||
Gnosis | Remote |
| |||
Nethermind | London, United Kingdom | $76k - $91k | |||
Nethermind | London, United Kingdom | $63k - $150k | |||
R3 | Dublin, Ireland | $105k - $117k | |||
Binance | Dubai, United Arab Emirates |
|
This job is closed
Parity is one of the world's most experienced core blockchain infrastructure companies, having built and pioneered some of the most advanced technologies in the blockchain sector. Parity was founded by Dr. Gavin Wood, co-founder and former CTO of Ethereum, the primary engineer behind the Ethereum Virtual Machine (EVM), inventor of the Solidity programming language, and primary author of the Ethereum Yellowpaper.
With a remote-first, global team, Parity has built clients for Ethereum, Bitcoin, and Zcash and has pioneered a completely new, next-generation blockchain protocol with Polkadot and the framework it’s built with, Substrate. Parity builds the open-source technologies needed to power an unstoppable, decentralised web—known as Web3—and helps developers and organisations implement and build upon the Web3 tech stack.'
People in our collective are:
- Highly motivated to contribute to Parity’s mission and be part of something bigger
- Excited to work on projects that are groundbreaking and complex
- Autonomous workers that self-initiate, but also collaborate well with others
- Taking maximum accountability and having minimum ego at work
- Comfortable with chaos and adapting to the ever-changing Web3 space
- Continuously educating themselves about Parity and the wider ecosystem
About the team:
We are looking for a seasoned technical and people leader to lead the dynamic Product Engineering organisation in Parity. In this role, you will lead a set of multi-disciplined teams (e.g. Frontend and Integration, Site Reliability Engineering (SRE), Data, Smart Contract and Ecosystem Engagement). You will work cross-functionally in Parity and across Polkadot's ecosystem to understand ecosystem needs, shape our product and service roadmap, and advocate our technologies to drive adoption. You'll also be responsible for investing in the team’s development and success, building a high performing, effective, and collaborative organisation.
About the position:
This is a leadership position with a lot of responsibilities and a lot of freedom:
- Managing a set of teams (>50 pax)
- Frontend & Integration team: Lead the development of our low and high levels of APIs, libraries and extensions, as well as key partner integration projects with our forward deployed engineers.
- Ecosystem Engagement team: Own and define key product and solutioning needs from our ecosystem and work collaboratively with cross-functional teams to shape our roadmap. Represent and advocate for our technologies to drive ecosystem adoption and growth.
- Smart Contract team: Smart Contract is how most of the blockchains are used (e.g. Solidity, EVM). Polkadot has multiple ways to be used, via Smart Contracts (Ink or EVM) or via a parachain (aka custom Rust code).
- SRE team: In charge of running our services as well as build automation for the various networks across Polkadot ecosystem (Test network: Rococco, Westend; Production: Kusama, Polkadot)
- Data team: In charge of analysing the data from the chains and computing business value out of the data.
- Be the interface with the community to understand what would be useful for Polkadot. Defining the "product" and what should be developed next.
- Communicate externally (e.g. conferences, articles, posts) to showcase and advocate for our roadmap and technology.
- Contribute to the overall roadmap and create one for your area.
- Shape the teams into a productive unit (Perf management, Okr, Roadmap)
About you:
- Significant experience in management of managers
- Proven track record of leading in uncertainty and complexity, corollary bring clarity to the teams.
- Strong technical knowledge (Web2 and/or Web3 area). With infrastructure/security background is preferred.
- Teams are mostly using Typescript and Rust. Coding skills are preferred.
- Demonstrated product sense.
- Strong communication skills. Ability to engage with the ecosystem in a constructive way.
About working for us:
- Competitive remuneration packages based on iterative market research, including tokens (where legally possible)
- “Future of work” environment that’s remote-first and self-initiating with flexible hours
- Team mates that are genuinely excited about their impact and projects
- Access to the brightest minds in this space to learn about Web3 and develop your skills and knowledge while on the job
- Becoming part of the wider ecosystem (career and networking opportunities)
- Team and company-wide retreats
- Work laptop
- Opportunity to relocate to Germany or Portugal (with visa sponsorship)
Those joining our collective as an employee in Germany, Portugal, and the U.K. also enjoy benefits such as health care, parental leave, PTO (28 days per year), local team events, yearly L&D budget, and language classes.
Parity is an Equal Opportunity Employer. We welcome diversity in our global team and care about everyone in our collective feeling included and welcome.
View our Applicant Notice to see how we use your data.
Is this position not quite your match? Browse our other open roles.
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.