| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
smlXL | New York, NY, United States | $25k - $35k | |||
Midpoint Labs | San Francisco, CA, United States | $72k - $82k | |||
Midpoint Labs | San Francisco, CA, United States | $72k - $82k | |||
Synapse International | Remote | $63k - $82k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Bebop | Remote | $63k - $90k | |||
STFX | Remote | $100k - $160k | |||
Grindery.io | Singapore, Singapore | $60k - $100k | |||
Horizon Blockchain Games | Toronto, Canada | $84k - $90k | |||
Masa Finance | San Francisco, CA, United States | $170k - $200k | |||
Flashbots | New York, NY, United States | $63k - $77k | |||
Cere Network | Remote |
| |||
Horizon Blockchain Games | Toronto, Canada | $84k - $90k | |||
vestable.xyz | Austin, TX, United States | $0k | |||
smlXL | New York, NY, United States | $51k - $70k | |||
NFTing | Estonia | $70k - $100k |
This job is closed
Compensation: $135k+ Base • Equity • Sign on
About You
- You have a desire to learn and get better in designing and shipping backend services and systems
- You have experience with and/or a desire to go deeper into blockchain technology and crypto protocols
- You are proficient with C++ or Go
- You want to work collaboratively with engineers in different disciplines and are eager to learn from others
- You are extremely curious with abeginner’s mindset, and aspire to be an expert in your domain
- You are a thoughtful communicator and collaborator and work to gain consensus with your peers and stakeholders, but you’re not afraid to speak up
- You want to win, but prefer to win as a team
- You are proactive
- You are thoughtful and open about your priorities, goals, and aspirations so we can help you achieve them
- You have specific passions outside of work
- You are a recent graduate (Dec '22 or May/June '23) of a bachelor's or advanced degree program in computer science or an equivalent program
You will
- Develop a strong understanding of blockchains
- Work autonomously to breakdown complex projects
- Be apart of a challenging yet supporting environment to make you better at your craft
- Deep-dive into the internals of the EVM (ethereum virtual machine)
- Work alongside some of the worlds leading experts in blockchain and web3 development
- Experience the excitement and high growth trajectory of working in a startup
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.