| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Circle | Taipei, Taiwan | $72k - $148k | |||
Ava Labs | New York, NY, United States | $72k - $100k | |||
Parity Technologies | New York, NY, United States | $63k - $70k | |||
Gnosis | Remote |
| |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Adim | Los Angeles, CA, United States | $63k - $100k | |||
Ondo Finance | Remote | $120k - $200k | |||
Coinmarketcap | London, United Kingdom | $74k - $100k | |||
eBay | Manchester, United Kingdom | $72k - $84k | |||
Flashbots | San Francisco, CA, United States | $63k - $85k | |||
Gnosis | Remote |
| |||
OpenZeppelin | Toronto, Canada | $72k - $84k | |||
OpenZeppelin | Remote | $72k - $84k | |||
Gnosis | Remote |
| |||
Vibhathi Labs | United States | $72k - $110k | |||
Parity Technologies | New York, NY, United States | $63k - $100k |
What you will be doing
- Evaluate new blockchain technologies and their capabilities.
- Develop and validate cryptographic implementations.
- Create highly performant code that is clean, simple, maintainable, and battle-tested with test-driven development (TDD) for maximum test coverage
- Drive continuous improvement in the tech stack.
What you should have (not all required)
- At least 4 years of experience in blockchain or crypto.
- Expertise with cryptography, blockchain technologies, and the underlying fundamentals and mathematics.
- Technical understanding of blockchain technologies including but not limited to BIPs, UTXO, EVM, Nakamoto Consensus, and cryptography.
- Willingness to pick up new and emerging bleeding-edge blockchain technologies
- Excellent communication skills, ability to collaborate with remote teams, share ideas, and present concepts effectively.
- Extensive knowledge of secure cryptosystems operating practices required.
- Advanced degree in cryptography, computer science, mathematics, or related fields is strongly preferred.
- Experience participating or maintaining in open-source software development is highly preferred.
- Experience with writing smart contracts would be a plus.
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.