EVM Jobs
1,198 jobs found
Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Infura | United States | $100k - $201k | |||
ConsenSys | United States | $100k - $201k | |||
Cake Group | Singapore, Singapore | $105k - $150k | |||
DApp360 Workforce | United States | $74k - $87k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Consensys | Remote | $40k - $70k | |||
SafeGlobal | New York, NY, United States | $89k - $112k | |||
xLabs | Buenos Aires, Argentina | $90k - $100k | |||
Oasis Protocol Foundation | Ljubljana, Slovenia | $98k - $110k | |||
Oasis Protocol Foundation | Ljubljana, Slovenia | $72k - $100k | |||
fam. | China | $58k - $65k | |||
R3 | London, United Kingdom | $105k - $117k | |||
R3 | London, United Kingdom | $105k - $117k | |||
eBay Deutschland | United States | $72k - $100k | |||
Astria | Remote | $54k - $90k | |||
Matter Labs | Dublin, Ireland | $90k - $100k |
Our mission is to unlock the collaborative power of communities by making Web3 universally easy to use, access, and build on.
Working with Consensys puts you at the forefront of an evolving paradigm, transforming our society for the better. We fundamentally believe blockchain is the next generation of technology that can lay the foundation for a more just and equitable society.
Blockchain tech is just over 10 years old. Ethereum itself is still a toddler and we’re far from reaching our full potential. You’ll get to work on the tools, infrastructure, and apps that scale these platforms to billions of users.
You’ll be constantly exposed to new concepts, ideas, and frameworks from your peers, and as you work on different projects — challenging you to stay at the top of your game. You’ll join a network of entrepreneurs and technologists that reaches the edge of our ecosystem. Consensys alumni have moved on to become tech entrepreneurs, CEOs, and team leads at tech companies.
About MetaMask
We’re building for a future where the internet and world economy empowers people through interactions based on consent, privacy, and free association. Where both communities and individuals flourish. To accomplish that, we’re working hard to make web3 accessible for everyone around the world.
MetaMask is both a crypto wallet and a gateway to the decentralized web. Our tools help people create communities, play video games, access financial services, make payments, invest in assets, protect against economic turmoil, and more. Our browser extension and mobile platforms meet the needs of millions of users and developers across the world.
Originally a humble key manager, today MetaMask serves over 30 million monthly active users as a decentralized application development platform, an aggregator of decentralized cryptocurrency exchanges, and a decentralized identity manager.
What you’ll do
We are looking for a senior backend engineer with production application experience to work on bringing transactions through the web3 ecosystem. This will include work related to the transaction supply chain and how we can facilitate a more frictionless user experience. Many of the activities we focus on are adjacent to ethereum and require an understanding of the EVM. We handle transaction simulations, transaction ordering and transaction routing. They all require an understanding and appreciation of the ethereum ecosystem, from dApps to DEXs and wallets to nodes.
In this role, you’ll be utilising technologies to enable visibility and understanding of transactions, working to keep people’s funds safe and secure. The services you will be working on are centrally hosted in the traditional Web2 sense and require monitoring and maintenance. You will develop and maintain public-facing API services supporting MetaMask users and developers.
It would be great if you brought this to the role
- 6+ years of experience as a Backend Software Engineer working on production applications
- Proven experience working with systems utilizing Golang in production
- Experience implementing appropriate software patterns and practices for complex business domains e.g DDD, CQRS etc
- Experience working on agile projects in an Agile environment in CI/CD setup
- Experience working in a distributed, asynchronous remote team environment
- Writing good technical documentation for use by internal teams
- Be “T-Shaped”, demonstrating a depth of knowledge in a specific area whilst maintaining a breadth of knowledge across multiple ecosystem topics.
Bonus Points for any of:
- Experience working with decentralised applications or web3 protocols
- Understanding of transaction supply chain, MEV and associated actors.
- Experience with microservices architectures
- General interest in DevOps topics/experience with Docker and/or Kubernetes and deploying cloud infrastructure (AWS / Azure)
- General interest in economic incentive theory
Don't meet all the requirements? Don't sweat it. We’re passionate about building a diverse team of humans and as such, if you think you've got what it takes for our chaotic-but-fun, remote-friendly, start-up environment—apply anyway, detailing your relevant transferable skills in your cover letter. While we have a pretty good idea of what we need, we're ready for you to challenge our thinking on who needs to be in this role.
Consensys is an equal opportunity employer. We encourage people from all backgrounds to apply. We are committed to ensuring that our technology is made available and accessible to everyone. All employment decisions are made without regard to race, color, national origin, ancestry, sex, gender, gender identity or expression, sexual orientation, age, genetic information, religion, disability, medical condition, pregnancy, marital status, family status, veteran status, or any other characteristic protected by law. Consensys is aware of fraudulent recruitment practices and we encourage all applicants to review our best practices to protect yourself which can be found (https://consensys.net/careers/best-practices-to-avoid-recruitment-fraud/).
#LI-HG1
The salary range for US-based candidates only will be determined throughout the interview process depending on experience and skills.
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.