EVM Jobs
1,198 jobs found
Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Nansen.ai | Singapore, Singapore | $22k - $31k | |||
Swell Network | Sydney, Australia | $72k - $84k | |||
OpenZeppelin | Phoenix, AZ, United States | $72k - $84k | |||
Consensys | Remote | $187k - $235k | |||
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 | $45k - $72k | |||
Parity Technologies | New York, NY, United States | $54k - $90k | |||
Calliere Group | United States | $67k - $100k | |||
Astria | Remote | $67k - $70k | |||
Enso | Zurich, Switzerland | $54k - $100k | |||
Enso | Zurich, Switzerland | $67k - $100k | |||
Enso | Zurich, Switzerland | $105k - $180k | |||
Blocknative | Remote | $63k - $117k | |||
Enya | Remote | $72k - $75k | |||
Enya | Palo Alto, CA, United States | $72k - $75k | |||
R3 | London, United Kingdom | $157k - $186k |
This job is closed
About the role
As an Attribution Intern, you'll be part of our dedicated team, striving to deepen our understanding of behaviour on Ethereum and EVM chains. This role offers the opportunity to immerse yourself in the world of crypto and blockchain technology, providing crucial support to our organisation while growing your knowledge and skills in this exciting field.
This role is fully remote and requires a six-month, full-time commitment.
Responsibilities:
- Research and explore various blockchain protocols
- Work with SQL and BigQuery to analyse large amounts of data
- Assist with classifying addresses on Ethereum and EVM chains by leveraging on data already available
- Continuously learn about the crypto space and stay up to date via Twitter
- Participate in the creation and review of technical documentation used by the whole organisation
Requirements:
- A keen interest in crypto-assets and web3 technologies
- Analytical abilities with a strong willingness to learn
- Proven track record of performing in an autonomous role remotely
- Excellent written and verbal communication skills in English
- Knowledge of DeFi and Crypto is not a must-have, but there needs to be a strong willingness to learn
- Self-motivated: Entrepreneurial mindset with a strong sense of ownership, empathy, and determination to get things done
Nice-to-haves:
- Experience in the cryptocurrency industry and specifically on-chain analysis
- SQL Experience
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.