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

Chainlink Labs

Remote

Technical Paradigm LLC

Chicago, IL, United States

$67k - $100k

Gnosis

New York, NY, United States

Gnosis

Remote

Swell Network

Sydney, Australia

$36k - $70k

Crystal Cruises

New York, NY, United States

$90k - $110k

Steneral Consulting

United States

$84k - $103k

Steneral Consulting

United States

$63k - $72k

Google

Dubai, United Arab Emirates

$81k - $120k

Google

London, United Kingdom

$81k - $120k

Coinmarketcap

Remote

$33k - $64k

Consensys

Remote

$72k - $75k

Gnosis

Remote

Smart Contract Solidity Engineer CCIP

Chainlink Labs

This job is closed

Smart Contract / Solidity Engineer - CCIP

Toronto / Remote /
Engineering /
Remote - Full-time
/ Remote

Apply for this job
All roles with Chainlink Labs are global and remote-based. Unless otherwise stated, we ask that you try to overlap some working hours with Eastern Standard Time (EST). We encourage you to apply regardless of your location. 

About Us 
Chainlink is the industry-standard Web3 services platform that enables developers to build feature-rich Web3 applications with seamless access to real-world data and off-chain computation.

• Chainlink has helped enable $8T+ in transaction value since the start of 2022.
• Over 1,700 Web3 projects have integrated Chainlink services.
• Chainlink is live on 15+ blockchains with many having joined the Chainlink SCALE program.
• Chainlink is relied upon by industry-leading protocols like Aave, Compound, Paxos, Synthetix, and ENS.
• Chainlink has delivered 7.4B+ data points on-chain and onboarded 900+ decentralized oracle networks.
• Chainlink has established collaborations with Associated Press, Accuweather, AWS, Google Cloud, Meta, and Twilio.
• The world-class Chainlink Labs research team has won various awards for its work on distributed systems, security, and more.

Who we’re looking for: 
• You’re focused on what matters most and ignore unimportant industry distractions. 
• You take extreme ownership and deliver outstanding results. 
• You have a growth mindset, seek out feedback and engage in constructive dialogue with others to help them grow.
• You move fast and evolve with rapidly advancing technologies. 
• You want to be part of a team that excels and is committed to building the Chainlink Network and growing the Web3 ecosystem over the long term. 
• You are welcoming toward a diverse network of participants joining an open, global standard.
• You’re excited about the future of Web3 and building a world powered by cryptographic truth. 

At Chainlink Labs, our engineering team pushes the scale and capabilities of decentralized applications across the industry. The Chainlink Network holds >70% market share in the oracle space, solving real-world problems by enabling smart contracts to securely interact with off-chain data/computation.

We value talented and driven craftsmen who work collaboratively to tackle complex challenges, deliver product impact, and grow as builders. Join us and shape the future of blockchain technology and decentralized finance. 

As a Smart Contract/Solidity Engineer on the CCIP team, you will develop highly impactful smart contracts that further secure Chainlink CCIP networks to provide best-in-class off-chain data to the blockchain ecosystem. You will work closely with all functions at Chainlink, from engineering, operations, finance, marketing, and more to ensure the team releases easy to use and easy to manage smart contract driven products. Your core team will be composed of smart contract and software engineers and you will report to the engineering lead on the team.

Your Impact:

    • Owning large components of the smart contract architecture that secures Chainlink CCIP
    • Actively participate in leveling up yourself and your peers in Solidity and smart contract development
    • Work closely with fellow engineers to build the end to end experience for your products
    • Work closely with operations to ensure smooth deployment and management of your dApps
    • Partner with the research team to build products that are practical and easy to use
    • Collaborate with non-technical stakeholders to ensure you build products that deliver positive user experience and meet business constraints

Requirements:

    • 3+ years of professional engineering experience working in a collaborative product-driven environment
    • Deployed multiple smart contracts to Ethereum mainnet or an EVM compatible chain that secured substantial user funds
    • Deep understanding of Solidity and the EVM
    • Active participant in the blockchain ecosystem as a user
    • Experience owning multi month long projects, including communication of progress, dependencies, and risk mitigation directly with stakeholders and partnersComputer science fundamentals and systems design
    • Experience building dApps end to end
Privacy Policy and an Equal Opportunity Employer: 
Chainlink Labs is an Equal Opportunity Employer. To request an accommodation in our recruitment process, please contact us at [email protected].

Please see our Privacy Policy for more information about how we collect and use your application information.

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.