EVM Jobs
684 jobs found
Minimum qualifications:
- Experience with multiple public Blockchain Protocols (Layer 1 and Layer 2) EVM-compatible, Solana/Rust, or Cosmos/Tendermint-based ecosystems
- Experience in integrating Web 2/Web3 systems
- Experience in system architecture for applications and within the startup ecosystem
- Experience in trends and market landscape of Web3 ecosystems
Preferred qualifications:
- Experience in full-stack development and smart contract/distributed app development (eg. Solidity, Scilla) through professional experience, hackathons, open source work, personal projects, or similar
- Experience with Software Architecture and design of smart-contracts ecosystem
- Experience with multiple private Blockchain Protocols
- Knowledge of continuous integration tools and blockchain management tools
- Good understanding of crypto-economics/Tokenomics
- Ability to travel up to 50%
About the job
As Customer Engineer Web 3 Specialist, you will work closely with business development and sales teams as subject matter expert to position the value of Google Cloud and relevant solutions to our strategic Web3 customers. You will help customers innovate faster with state of the art solutions using Google Cloud’s flexible and open infrastructure. In this role you will help several Web3 companies to understand the value of Google Cloud
Google Cloud accelerates organizations’ ability to digitally transform their business with the best infrastructure, platform, industry solutions and expertise. We deliver enterprise-grade solutions that leverage Google’s cutting-edge technology – all on the cleanest cloud in the industry. Customers in more than 200 countries and territories turn to Google Cloud as their trusted partner to enable growth and solve their most critical business problems.
When applying, mention the word CANDYSHOP to show you read the job post completely. This is a beta feature to avoid spam applicants. Companies can search these words to find applicants that read this and see they are human RNDQuMjAwLjExNy4xNjYM
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.