EVM Jobs

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

Discreet Labs

Palo Alto, CA, United States

$50k - $70k

Magic Eden

United States

$72k - $75k

Golden

United States

$29k - $90k

Venus Labs

New York, NY, United States

$63k - $100k

Parallel Finance

San Francisco, CA, United States

$63k - $79k

Coindex Capital

Atlanta, GA, United States

$63k - $100k

OKX

San Francisco, CA, United States

$45k - $80k

Nori

Seattle, WA, United States

$63k - $75k

Mycelium

Brisbane, Australia

$45k - $60k

Horizon Blockchain Games

Toronto, Canada

$84k - $90k

OKX

Singapore, Singapore

Bisonai

Seoul, South Korea

$60k - $150k

Fabrica

San Francisco, CA, United States

$36k - $54k

Webaverse

San Francisco, CA, United States

$170k - $250k

Pocket Network

Tampa, FL, United States

$120k - $150k

Solidity Engineer

Discreet Labs
$50k - $70k estimated
CA Palo Alto US
Join Talent Pool

This job is closed

Our mission at Discreet Labs is to make privacy more programmable through adoption of applied cryptography, and decentralized blockchain technology.

Discreet Labs is the developer of Findora, a public blockchain with programmable privacy. The original research team behind Findora also invented Bulletproofs, a type of zero-knowledge proofs that have been widely used across different blockchains such as Monero, Mimblewimble, and Grin. Discreet Labs has implemented Bulletproofs on Findora to support confidential transactions, and private asset issuance. The company is also working on additional zero-knowledge proofs to support confidential smart contracts for more programmable privacy.

Discreet Labs is backed by Polychain and Powerscale Capital, and is partnered with dozens of companies and organizations including Tencent, BSN, MetisDAO, Taxa, Bank of Asia, Travel USA Express, MoneyMoov, IOTPay, YouWorld, Citcon, and Bayes.

We have offices in Palo Alto, CA and Beijing, China, plus we have the platform tools and benefits to support you in your remote work environment.

Overview

Our mission at Discreet Labs is to make privacy more programmable through adoption of applied cryptography, and decentralized blockchain technology.

Discreet Labs is the developer of Findora, a public blockchain with programmable privacy. The original research team behind Findora also invented Bulletproofs, a type of zero-knowledge proofs that have been widely used across different blockchains such as Monero, Mimblewimble, and Grin. Discreet Labs has implemented Bulletproofs on Findora to support confidential transactions, and private asset issuance. The company is also working on additional zero-knowledge proofs to support confidential smart contracts for more programmable privacy.

Discreet Labs is backed by Polychain and Powerscale Capital, and is partnered with dozens of companies and organizations including Tencent, BSN, MetisDAO, Taxa, Bank of Asia, Travel USA Express, MoneyMoov, IOTPay, YouWorld, Citcon, and Bayes.

We have offices in Palo Alto, CA and Beijing, China, plus we have the platform tools and benefits to support you in your remote work environment.

Although this position will be remote, with occasional travel to North America, Europe and Asia, it will require working hours that overlap with Pacific Standard Time (PST). Strong written and spoken language proficiency in English is required, although knowledge of other languages (e.g. Mandarin), would be an advantage in order to liaise with stakeholders across the world.

Responsibilities

  • Design, code, test and deploy smart contracts on the Findora EVM
  • Review code written by other team members
  • Collaborate with auditors to ensure code quality standards and security
  • Work closely with Engineering, Research and Product areas to ship various smart contracts related to DEX, ChainBridge, and finance-related dApps
  • Write scripts to automate the testing of Findora EVM using a wide range of smart contracts
  • Organize internal smart contract development training sessions
  • Engage our community by sharing our design decisions and document how the protocol works
  • Write good English documentation for the design and user manual

Desired Skills
  • 3+ years of experience with Solidity
  • Understanding of the Ethereum Virtual Machine, gas optimization tradeoffs and security best practices
  • Can read and understand the smart contract code of popular dApps, such as Bancor, Kyber, 0x, Uniswap, etc.
  • Had experience deploying smart contracts that have seen public use in Ethereum Mainnet or other EVMs
  • Familiar with various EVM smart contracts development tools such as Truffle, Ganache, Remix, Hardhat, etc.
  • Familiar with Nodejs, Web3.js, Ethers.js
  • Familiar with ERC20,ERC721, ERC777 etc.
  • Experience with a scripting language for test automation and monitoring, preferably Javascript or Typescript
  • Experience in working with external contributors and community members. We collaborate and interact with our growing community of developers and indexers every day. All our code is public as well as the improvement proposal process
  • Attention to detail
  • Have a collaborative, problem-solving attitude and be willing to help other team members

Strongly Recommended
  • Have used security testing tools like MythX, Slither, Echidna, Mythril
  • Familiar with Ethereum's JSON RPC
  • Familiar with precompiled contracts
  • Familiar with Python and Vyper
  • Know how to use monitoring tools like Tenderly
  • Interested in private smart contract research
  • Good spoken or written Mandarin is a plus.

Our Stack

Rust, JavaScript, TypeScript, Terraform, AWS, Zero-Knowledge Proofs (ZKP), Multi-party Computation (MPC)

Discreet Labs is an Equal Opportunity Employer

Our Tech Stack

Rust, JavaScript, TypeScript, Terraform, AWS, Zero-Knowledge Proofs (ZKP), Multi-party Computation (MPC)
  • Discreet Labs is an Equal Opportunity Employer

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.