EVM Jobs

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

Moonsong Labs

Buenos Aires, Argentina

$72k - $75k

Trust Machines

New York, NY, United States

$150k - $215k

NAHC Limited

Hong Kong, Hong Kong

$39k - $80k

Moonsong Labs

Madrid, Spain

$81k - $180k

Xion Global

Remote

$70k - $95k

Chainalysis

New York, NY, United States

$58k - $65k

Cookbook

San Francisco, CA, United States

$45k - $75k

OKX

Singapore, Singapore

$90k - $150k

ChainSafe Systems

New York, NY, United States

$72k - $75k

Rome Protocol

Los Angeles, CA, United States

$67k - $107k

Gnosis

Remote

Gnosis

Remote

Consensys

Remote

$72k - $100k

Evmos

New York, NY, United States

$90k - $100k

Gnosis

Remote

Senior Solidity Engineer

Moonsong Labs
$72k - $75k estimated

This job is closed

Senior Solidity Engineer

Buenos Aires /
Protocol Engineering Team /
/ Remote

Apply for this job
About Moonsong Labs
Moonsong Labs is a cutting-edge Web3 incubator focused on driving projects and ideas in the next wave of developer and end user adoption.. We're assembling a dream team of brilliant minds who are as excited as we are about building the future of the internet. Together, we'll disrupt traditional industries, empower individuals, and create a more equitable and transparent digital landscape. Examples of Moonsong Labs projects include  Moonbeam (EVM compatible L1 optimized for cross chain use cases),  Tanssi (AppChain Infrastructure), and Glacis (Cross Chain Router / Firewall). 

The Engineering Services team
Our Engineering Services team are collaborating with some of the top teams in the web3 space (e.g. Matter Labs and Web3 foundation). We are striving to become the be the best protocol engineering team in the world by bringing our current expertise to solve new problems as well as building our own knowledge through collaboration. For this engagement we will be working on a project to bring corporate and private debt on-chain via real world assets (RWAs) on zkSync. Incorporating on-chain elements to create use cases for those RWAs. 

Your Role:
We are looking for a Senior Solidity Engineer that has led the design, implementation and testing of solidity smart contracts, ideally as part of a DeFi protocol. A successful candidate will have experience deploying protocols with a high total value locked and so will understand the need for extremely robust security. We expect a defense in depth strategy to minimize security risks for the implementation including automated testing, working with outside contract auditing teams and  internal Moonsong Labs engineers, and an external client engineering team. 

We also encourage people to work together and collaborate across our different teams, this means if you’re interested in substrate, rust engineering or cross-chain interoperability (to name a few) there will be opportunities to take part in knowledge sharing sessions to further your understanding of the ecosystem.

What you'll do:

    • Come up with a viable design and implementation for the smart contract(s) for phases 1, 2, and 3 of the project
    • Work with the other engineers on the team to build phase 1 of the project to show the client an MVP within the first 3 months
    • Design a complete set of tests to cover key use cases and common attack vectors
    • Identify and properly document good practices and risks related to smart contract design
    • Mitigate major smart contract risks such that there are no significant smart contract vulnerabilities in phases 1, 2, and 3 of the project.
    • Deliver secure smart contracts that meet functional requirements on time and on schedule for the project across all phases

What you'll bring

    • Experience designing, developing, and testing solidity smart contracts designed to store large amounts of value.
    • Experience mitigating smart contract security risks by enumerating threat vectors, using test automation, peer review, bounty programs, and external auditors
    • Experience with DeFi protocol engineering. Bonus for lending / borrowing and RWA experience.
    • Experience integrating off-chain infrastructure with on-chain contracts.
    • Experience interacting with clients and other external teams to deliver software on time and with high quality standards
    • Experience writing requirements, design, test, and other documents required to support development efforts.

Perks and benefits:

    • 100% Remote
    • Competitive salary
    • Flexible vacation policy
    • Health and Dental plans
    • Direct line of access to Managing Partners and senior leadership; A flat organizational structure and the camaraderie of working alongside committed professionals focused on providing dedicated mentorship, respectful feedback, and career advancement
    • 20% learning & development time which can be used for side projects and knowledge sharing.
Ready to Shape the Future? Join Us Today!
Equal Opportunity is the law, and at Moonsong Labs, we are ardently committed to equal employment opportunity regardless of race, color, ancestry, religion, sex, national origin, sexual orientation, age, citizenship, marital status, disability, gender identity, or Veteran status. If you have a specific need that requires accommodation, please let us know.
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.