| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Maven | London, United Kingdom | $63k - $100k | |||
Binance | Remote |
| |||
Aave | London, United Kingdom | $84k - $110k | |||
RociFi | Remote | $100k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. ISO 9001 Certified | 400+ students | | by Metana Learn more | |||
Ferrum Network | Salt Lake City, UT, United States | $36k - $60k | |||
Ferrum Network | Salt Lake City, UT, United States | $36k - $60k | |||
Konfid.io GmbH | Remote | $50k - $60k | |||
Crypto.com | Singapore, Singapore | $105k - $117k | |||
Pundi X | Jakarta, Indonesia | $72k - $90k | |||
Cryption Network | India | $100k - $16k | |||
Request | Remote | $63k - $100k | |||
Stargate | Miami, FL, United States | $200k - $280k | |||
IOTA Foundation | Remote | $54k - $100k | |||
Coinocracy | Palo Alto, CA, United States | $150k - $200k | |||
Oasis Protocol Foundation | London, United Kingdom | $63k - $82k |
This job is closed
MAVEN DIGITAL ASSETS TEAM IS LOOKING FOR EXCEPTIONAL SOFTWARE DEVELOPERS with the engineering, analytical and quant skills to help drive our continuing success to the next level. You will work closely with our trading and quant teams to build and trade digital assets strategies including coins, futures, options and NFTs.
Our small team of C++ and Python developers is responsible for building in-house applications, ranging from the ultra low latency execution systems, through web-based user interfaces, to tools to interrogate multi-terabyte data sets.
ESSENTIAL SKILLS AND EXPERIENCE:
- Strong desire to dig deep into the internal and external knowledge pool on technologies used in the crypto trading world and to learn about digital assets space
- Demonstrable top-tier Solidity skills, with specific knowledge on contract security and gas optimisation
- Demonstrable usage of EVM and associated scripting libraries, within a financial or commercial setting
- A quantitative view and approach to tasks, with the ability to solve new and unfamiliar problems quickly and creatively
DESIRABLE BUT NOT ESSENTIAL SKILLS AND EXPERIENCE:
- Experience in DEX space with the ability, passion and drive to help build and expand a successful crypto trading business
- Exposure to the study of market microstructure and the low-level analysis of trade executions
- Background in Maths, Science or Engineering
- Good working knowledge of Rust, with respect to Solana programs
- Experience in the other programming languages: Python, Javascript
- Familiarity with Linux, Docker / Containerization and Cloud technologiesāÆ
- Experience working in tech industry, specifically within blockchain development
- Experience working in financial services, specifically within a trading environment
TECHNOLOGY AT MAVEN
Our approach to trading is scientific and technology driven. Tight integration between trading and software development, relying on cutting edge infrastructure is core to our success. Our teams of C++ / Python / C# / FPGA developers and SREās are responsible for our in-house applications, ranging from the world's lowest latency execution systems, through web-based user interfaces, to tools to interrogate multi-terabyte data sets.
WHAT WE OFFER:
- Amazing opportunity to be a key member of a highly ambitious crypto trading operation
- An environment where you are constantly learning about digital currencies and the methods to monetize them
- A great engineering environment whereby technology is key to our success
- The upside of start-up without the associated risks
- Great friendly, informal and highly rewarding culture
- Informal dress code, loads of social events, etc.
- Fast growing global firm with plenty of opportunity where you will have significant impact
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.