Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Enoda Ltd | Edinburgh, United Kingdom | $122k - $180k | |||
Gnosis | Remote |
| |||
Aptos | New York, NY, United States | $32k - $92k | |||
Haqq Network | Remote | $48k - $72k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Sky Mavis | Ho Chi Minh City, Vietnam | $90k - $115k | |||
Ava Labs | New York, NY, United States | $163k - $203k | |||
Horizen Labs | New York, NY, United States | $72k - $112k | |||
Worldcoin | San Francisco, CA, United States | $63k - $150k | |||
The Metaversal Economy Foundation | Remote | $70k - $80k | |||
Solidus Labs | New York, NY, United States | $72k - $100k | |||
OKX | Singapore, Singapore | $87k - $148k | |||
Mento Labs | Remote |
| |||
Grass | Remote | $95k - $160k | |||
Infura | United States | $72k - $100k | |||
ConsenSys | United States | $72k - $100k |
Rust Developer
You'll spend your time:
- Driving development and contributing to continuous improvements in coding standards, performance, and scalability
- Designing smart-contracts and their integrations in multiple systems
- Building decentralized applications (web2.5 or web3)
- Engaging in new feature design and implementation, bug fixing, and performance tuning
- Writing clean, well-documented, and maintainable code that follows software engineering best practices
- Conducting open-ended research around cutting edge blockchain technologies and solutions for scalability, security, and privacy, including ZK technologies, modularity
- Regularly reviewing code
- Creating technical documentation, including design specifications, development guides, and API references
The key experience we're looking for:
- Expertise in Rust, including a high comfort level with advanced concepts such as generics, lifetimes, memory management, concurrency
- 3+ years of experience in Rust
- Having experience with TypeScript
- Experience building decentralized applications
- Strong commitment to code quality, building sustainable, maintainable and reusable systems
- Proficiency in cloud platforms such as AWS, Azure, or GCP, along with infrastructure-as-code tools (Terraform)
- Understanding of the Tendermintconsensus engine and CosmosSDK
- Experience with code reviews and distributed version control systems, like Git
- Knowledge of current ZK tools and frameworks, and the ability to quickly learn new tools
- Master's or PhD degree in Computer Science, Software Engineering, or a related field
The following would be advantageous:
- Experience in cloud environments (AWS or Google Cloud)
- Experience with open-source contributions
- Hands-on experience with blockchain platforms like Cosmos, Polkadot, Solana, EVM, or WASM virtual machines
- Familiarity with smart contract development in CosmWasm
- Experience building rollups
- Understanding of Zero-Knowledge proof systems (zk-SNARK, circom, Plonk/Halo2, zk-STARK), elliptic curve cryptography, and circuit design
- Contributions to open-source software
- Experience in deploying and managing blockchain deployments
Interview process
- Exploratory call with a member of the Talent Acquisition team (Virtual)
- 1st Stage Interview with the Hiring Manager and wider team (In-Person or Virtual)
- Final Stage Interview with the Hiring Manager and Engineering Leadership (In-Person or Virtual)
What we offer:
- Salary: £70K - £90K dependent on skills & experience
- Private Medical Insurance
- Flexible Pension policy tailored to your requirements
- 33 days annual leave + Holiday purchase/sell scheme
- Dental cash-back scheme
- Cycle-to-Work scheme
- Season travel ticket loan
- Enhanced company sick pay & Income Protection
- Life Assurance
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.