EVM Jobs

1,209 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

Fractional

United States

$95k - $155k

Verisart

London, United Kingdom

$36k - $56k

Binance

Remote

Gnosis

Berlin, Germany

Solana Labs

Chicago, IL, United States

$40k - $86k

Ferrum Network

Salt Lake City, UT, United States

$36k - $60k

Gnosis

Berlin, Germany

Binance

Remote

Ferrum Network

Salt Lake City, UT, United States

$36k - $60k

Ferrum Network

Salt Lake City, UT, United States

$36k - $60k

Aave

London, United Kingdom

$84k - $110k

IOTA Foundation

Remote

$82k - $87k

qiibee

Remote

$56k - $60k

Gnosis

Berlin, Germany

Maven

London, United Kingdom

$63k - $100k

Smart Contract Engineer US Remote ET

Fractional
$95k - $155k

This job is closed

Salary Range: $95k - $155k + equity

NOTE: Actual offer will vary based on applicant location / cost of living, skillsets, and level of relevant experience

About the company:

Time zones: Eastern (UTC -05:00) and Central European UTC (+1:00)

Fractional provides ownership of the world’s most sought after NFTs! Working at Fractional, you will be building on the cutting edge of NFTs and DeFi to help shape the future of collecting NFTs. You will get to work, learn and grow with an experienced team supported by incredible partnerships and committed investments from developers, collectors, investors, and thought leaders who are deeply passionate about the decentralization ecosystem.

More practically, Fractional is a decentralized, permission-less protocol where NFT owners can mint tokenized fractional ownership of their NFTs. These tokens then function as normal ERC20 tokens and the owners can distribute them however they would like. You can read more from our medium posts here: https://medium.com/fractional-art

About the role:

As a smart contract engineer, you will be responsible for supporting the build of a range of new developments, aspects, and technical enhancements to the fractional protocol, which may include:

Mechanism and modular smart contract designs

Building layer 2 scaling integrations, such as support for Polygon, Optimism, and Arbitrum

Bridging support for other networks non-EVM (e.g., Flow/Cadence, Solana/Rust)

Developing new smart contracts not yet hypothesized

Our fast-paced, agile development environment will require a penchant for task management and respect for efficient, best practice development principles as well!

Our Evolving Tech Stack

Front End: HTML, CSS, JS, Vue.js

Back End: Redis, MySQL, Node.js

Infrastructure: DigitalOcean, AWS (S3), Cloudfront

Automated testing: ~under construction~

Web3: Solidity/Ethereum

Integrations: browser-based crypto wallets such as MetaMask, APIs

If you’re convinced you are the right fit and you can’t wait to join our team, we look forward to hearing from you!

Once you've applied, please be patient :) it may take us up to 1-2 weeks to get back to you!

Please kindly include a link to your github as well!

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.