EVM Jobs

1,200 jobs found

web3.career is now part of the Bondex Logo Bondex Ecosystem

Receive emails of EVM Jobs
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

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

Solidus Labs

New York, NY, United States

$72k - $100k

OKX

Singapore, Singapore

$87k - $148k

Grass

Remote

$95k - $160k

Infura

United States

$72k - $100k

ConsenSys

United States

$72k - $100k

Enoda Ltd
$122k - $180k estimated
Edinburgh
Apply

Rust Developer

Edinburgh
Technical /
Full Time
/ On-site

Apply for this job
We are looking for a Rust Developer to join our rapidly expanding team in Edinburgh

As a Rust Developer (CosmWasm) at Enoda, you will be immediately challenged to take ownership of key development track(s) related to smart-contracts and backend systems. 
 
As part of a team, you will work to define requirements, develop new features, and write tests to deliver secure and efficient smart-contracts in Rust for CosmWasm-based blockchains. Your role will involve building backend systems that interact with smart-contracts and assisting in their integration into decentralized applications. 
 
This position demands a strong grasp of Rust and smart-contracts, as well as tools that extends the capabilities of smart-contracts. It requires an understanding of web3 technologies and frameworks, and experience in building secure and efficient decentralized applications. 


Who we are
 
Energy is the primary input to everything. Our continued prosperity is dependent on reliable, affordable, clean electricity.
 
Enoda is an innovator in energy platforms, developing advanced technologies for grid operators and developers that remove constraints to decarbonisation.
 
Integrated hardware and software solutions slot into existing infrastructure, enabling the grid to become self-balancing and the primary provider of system stability.
 
We are a mission-driven organisation committed to enabling humanity to prosper on 100% renewable energy. We are averse to introducing bureaucracy and are building a working culture that enables us to achieve our purpose and change the world.

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
£70,000 - £90,000 a year

Although this role is based onsite at Quartermile in Edinburgh, we understand the importance of flexibility and are open to discussing work arrangements to accommodate your individual needs.

Enoda is cultivating an environment where we embrace our vision of sustainable prosperity for everyone. Built on the principles of win-win outcomes and extreme ownership, we strive to act with integrity and be accountable.

Teams are encouraged to be relentless in the pursuit of scientific truth; we strive on the challenge of solving the most complex problems together.


Equal Opportunity Statement

We are a values-led business and we believe that alignment with those values is critical to successful long-term relationships with colleagues, commercial partners and customers.

As an equal-opportunity employer, we're committed to creating an environment which engenders equality, diversity and inclusion. We actively encourage applicants from all protected characteristics and commit to providing any reasonable adjustments required during the application and assessment stages and upon joining Enoda.

If you have questions regarding our recruitment process, please get in touch with us at [email protected]
We look forward to your application!

https://enodatech.com
Apply for this job

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.