EVM Jobs

1,198 jobs found

Receive emails of EVM Jobs
Job Position Company Posted Location Salary Tags

Seedify

Remote

$72k - $93k

Seedify

Remote

$72k - $93k

Chainkemists

Remote

$72k - $75k

EigenLabs

Seattle, WA, United States

$72k - $100k

Monad

New York, NY, United States

$200k - $250k

Monad

New York, NY, United States

$120k - $180k

Monad

New York, NY, United States

$150k - $200k

Nethermind

London, United Kingdom

$63k - $100k

Ondo Finance

Remote

$36k - $70k

10Clouds

Warsaw, Poland

$36k - $54k

10Clouds

Warsaw, Poland

$36k - $54k

Parity Technologies

New York, NY, United States

$63k - $100k

BlockTal

United States

$63k - $150k

Polygon Labs

Bengaluru, India

$81k - $100k

Parity Technologies

New York, NY, United States

$63k - $100k

Senior FrontEnd Full Stack Developer

Seedify
$72k - $93k estimated

This job is closed

Senior Front-End Full Stack Developer

Remote Role /
Product Team /
Full-time
/ Remote

Apply for this job
Seedify is a blockchain gaming-focused incubator and launchpad ecosystem, with over 50 projects launched, empowering innovators and project developers through access to funding, community and partnership building, and a full support system to help drive the future of gaming and blockchain.
Our mission is to foster growth and innovation in the blockchain Gaming/Metaverse/NFT space, bringing the opportunities of GameFi and play-to-earn to global mainstream markets.
We are looking for a Full Stack Senior Frontend Developer to join our Seedify development team.

Job Description:
While you can work full stack, your passion and preference for frontend will come in handy as you will work on taking our Figma designs into scalable, clean, commented and functional code. As secondary tasks you might participate in other backend efforts with our development team and help us deliver on new features.

Responsibilities:
Design, Develop quality web3 and responsive apps.( Defi / Dapps)
Test, manage and maintain the code and provide fixes as needed.
Write effective APIs/GraphQL Queries etc.
Document design, code, and participate in reviews.
Work with and manage the team to deliver on planned tasks.
Communicate, collaborate, and work effectively with product and business stakeholders across distributed teams in a global environment.

Requirements:
Minimum 6 years experience turning designs into code with high level of detail.
4+ Years of experience working as a Senior Developer on NodeJS, MongoDB, Express, React and GraphQL for product(s) across the web applications.
Must have an understanding of EVM , solidity, and blockchain fundamentals.
Experience in deployment of ERC-20,ERC-721,ERC-1155, Knowledge of web3.js
Knowledge and experience using Hard Hat, Chainlink, The Graph protocol and related APIs
Must be familiar with DeFi, Dapps, IDO/IGO, Metaverse, NFT, Web3
Working experience with the MERN Stack and web3 libraries. 
An exceptional understanding of secure and scalable application development, including the full lifecycle of API microservices services, including authentication, API gateways, and versioning.
Design and develop highly scalable, reliable and fault tolerant system
Excellent Verbal and Written Communication in English
Qualifications
You must have 4 to 5 years of experience in Node.js, MongoDB along with Defi, NFT and Dapps development experience. 
Bachelor’s degree in information security, computer science, or related education
 
 
Working at Seedify.fund, you'll get:
Prestige. Our talents are proud to work at the #1 Incubator and Launchpad for Blockchain Gamers, NFTs, and Metaverse projects.
The opportunity to play an active role in one of the most significant technological innovations in human history.
Empowerment. You will be a part of a creative environment, where talents take initiative, exploit their full potential and make a significant impact on Seedify.
Rapid growth and promotion

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.