EVM Jobs

1,207 jobs found

web3.career is now part of the Bondex Logo Bondex Ecosystem

Receive emails of EVM Jobs
Job Position Company Posted Location Salary Tags

Consensys

Remote

$32k - $61k

Consensys

Remote

$54k - $70k

Consensys

Remote

$54k - $60k

Dept

$54k - $100k

RociFi

Remote

Binance

Europe

Clearmatics

London, United Kingdom

$70k - $14k

Set Labs

San Francisco, CA, United States

$40k - $100k

Clearmatics

London, United Kingdom

$50k - $84k

Subspace Labs

Remote

$63k - $75k

Alchemy

Remote

$54k - $75k

Acala

Remote

$54k - $70k

Acala

Remote

$54k - $70k

Torus Labs

HQ

$39k - $90k

Consensys
$32k - $61k estimated
Canada, United States - Remote
Apply

Remote, Global (Preferably North America or UK), Diligence Team, Full Time

At ConsenSys we have a vision of a world where data sovereignty and financial well-being is accessible to every person and organization. We believe Ethereum and decentralized protocol technology is a more trustworthy and equitable foundation for how we create and share value across the web. On this trusted, open source foundation, we can accelerate the world’s transition to a universally accessible network of distributed participants where transparency, security and freedom are fundamental.

Our product suite, composed of Truffle, Infura, Quorum, Codefi, MetaMask, and Diligence, serves millions of users, supports billions of blockchain-based queries for our clients, and has handled billions of dollars in digital assets. As the leading Ethereum software company, ConsenSys enables developers, enterprises, and people worldwide to build next-generation applications, launch modern financial infrastructure, and access the decentralized web. To learn more about ConsenSys, and explore our products and solutions, visit http://consensys.net/. 

About Diligence

ConsenSys Diligence helps developers and smart contract architects to build more secure blockchain and smart contract applications. Our full remote team, distributed all over the world, is supporting the high demand for smart contract audits in the ever growing ecosystem. We are proud to help a fast growing list of clients, including major financial institutions, corporates and crypto / DeFi native companies such as Aave, 0x, Balancer, Uniswap, Status and many more. Our aim is to make blockchain safer.

We are the creators of the MythX security analysis service, the Scribble runtime verification tool for Ethereum smart contracts, and we are leading standard setting industry references and tools, including: SWC Registry, Smart Contract Best Practices, and Blockchain Security Database, Legions (Ethereum/EVM Node Security Toolkit), Solidity Visual Developer VScode extension, and many more.

What you’ll do

At Diligence you’ll be part of the team building state-of-the-art security (analysis) tools. These tools are used by both auditors and clients (DevSecOps) to find and mitigate vulnerabilities.

DevOps

  • Review, maintain, and extend test and deployment configurations along the CI/CD pipeline
  • Build and test mechanisms to improve uptime so we can take SLA requirements in the future
  • Optimise infrastructure and deployment to make sure we stay lean and flexible
  • Work on platform introspection (log aggregation, alerting, performance monitoring) to help developers find and reproduce issues.
  • Participate in the DevOps on-call schedule and refine the incident handling procedures (when do we escalate what to who and how is it documented)
  • Supervise Junior DevOps resource

Backend Developer

  • Contribute and maintain microservices orchestrating program analyses
  • Improve and extend interfaces implementing efficient architectures
  • Work on an extensive stack of DevSecOps and Security tooling (fuzzing, static analysis, etc.)

Requirements

  • Experience in software development with Python
  • Expert with Kubernetes, Helm and Docker
  • Experience setting up monitoring systems to ensure high availability, security and resilience.
  • Ability to self-prioritise issues, manage operations concerns and ability to advocate for improvements and optimisations.
  • Experience collaborating in an Agile work environment

Would be great if you brought this to the role:

  • Experience building web services with platforms such as Django, fastapi, flask
  • Experience with Elasticsearch, Filebeat, Kibana
  • Experience with API paradigms such as GraphQL and REST.
  • Experience efficient scaling of services based on application introspection
  • Knowledge of microservice architecture paradigms
  • Knowledgeable with Ethereum security tools
  • Experience with Azure cloud environments

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. 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 here: https://consensys.net/careers/best-practices-to-avoid-recruitment-fraud

⬇
Apply Now

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.