| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Calliere Group | United States | $67k - $100k | |||
Astria | Remote | $67k - $70k | |||
Enso | Zurich, Switzerland | $54k - $100k | |||
Enso | Zurich, Switzerland | $67k - $100k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
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 | |||
Seedify | Remote | $72k - $93k | |||
Seedify | Remote | $72k - $93k | |||
Chainkemists | Remote | $72k - $75k | |||
EigenLabs | Seattle, WA, United States | $72k - $100k | |||
Monad | New York, NY, United States | $200k - $250k | |||
Monad | New York, NY, United States | $120k - $180k |
This is a remote position.
Our client is a global titan in the world of crypto, and has recently spun up a large scale and fascinating project. It would be too bold to say this will be disruptive. However, their track record is such that they manage to find problems unknown to most, and solve those problems in profitably disruptive ways. Anyone who love to build anew, learn, and a strong proponent of the potential that 'blockchain tech' has... please consider applying to this.
As a Senior Engineer, you’ll be joining their core software engineering team responsible for designing and building their proprietary execution, data infrastructure and research environment. They are engineering their systems from the ground up for industry leading performance while emphasizing flexibility and adaptability to the rapidly evolving crypto ecosystem and market structure. Their systems are being designed to span centralized exchanges, on-chain DEXs and AMMs and as well as accommodating a wide range of strategies including continuous market making, on-chain liquidations, arbitrage and related keeper actives as well as various other defi-related yield maximizing strategies.
As a senior engineer, you will work closely with their Lead Architect in the fundamental design of their platform as well as its implementation. You will be exposed to and expected to participate in broad technology strategy decisions based on our internal technology priorities as well as the ever changing opportunities in the broader ecosystem.
Requirements You will be;
- Highly experienced (1+ years experience in production Rust AND 4+ years of systems level experience total - Rust/C/C++)
- Speed / Performance Oriented
- Async Rust Experience
- Open-minded, Inventive, Clear Communicator
- Experience in two or more of:
- Networking/Messaging (protocol-level knowledge of: Websocket, QUIC, ZeroMQ, inter-thread communication channels)
- API Design/Creation
- Protobufs / Capnproto / Zero-copy (de)serialization
- RPC
- Real-time/Stream Processing
- Data Management (Ingest, ETL)
- Blockchain
- Container/Resilient Systems
- Pluses:
- Maths / Statistics Background
- Distributed Systems Experience
- Actix or async actor frameworks
- EVM Knowledge
- Finance Experience
- Programming Polyglot (Go, Python, Javascript) - very minimal but may modify open-source systems to suit our needs
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.