EVM Jobs

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

Aragon Association

Remote

$90k - $90k

Toki

Miami, FL, United States

$54k - $115k

Susquehanna International Group, LLP (SIG)

United States

$72k - $100k

Syro

New York, NY, United States

$150k - $250k

Succinct

San Francisco, CA, United States

$62k - $77k

Succinct

San Francisco, CA, United States

$84k - $110k

Enya

Palo Alto, CA, United States

$37k - $75k

OKX

San Jose, CA, United States

$52k - $80k

Ethereum Foundation

Remote

Hang

San Francisco, CA, United States

$140k - $220k

Golden

Remote

$39k - $75k

Spaceport Technologies

Boston, MA, United States

$72k - $100k

Aresfi

United States

$36k - $65k

Austin Werner Ltd 🚀🚀

New York, NY, United States

$250k - $350k

Senior Frontend Developer

Aragon Association
$90k - $90k estimated

This job is closed

Senior Front-end Developer

Remote – Remote /
Tech – Aragon App /
Full-time

Apply for this job
Aragon Association is a small, remote-only team of people that spans a broad range of backgrounds, interests, and geographies. We're entrepreneurs and Ph.D.s, craft beer and coffee lovers, troublemakers and problem solvers, living across the US, EU, Asia and everywhere in between, who are designing and building unstoppable tooling for the creation and management of decentralized autonomous organizations.

Aragon Association has overseen the production of the leading smart contract framework for DAOs, with toolkits for developers to seamlessly integrate their own apps with DAO functionality.

Aragon Association is a small, remote-only team of people that spans a broad range of backgrounds, interests, and geographies. We're entrepreneurs and Ph.D.s, craft beer and coffee lovers, troublemakers and problem solvers, living across the US, EU, Asia and everywhere in between, who are designing and building unstoppable tooling for the creation and management of decentralized autonomous organizations.

Aragon Association has overseen the production of the leading smart contract framework for DAOs, with toolkits for developers to seamlessly integrate their own apps with DAO functionality.



As a Senior Front-end Developer at Aragon, you will join our App squad to build a new application to interface with Aragon’s smart contracts - those that will be used for creating and managing the next generation of digital organizations.

💪What do we expect from a Senior Front-End Developer?

    • You naturally translate user needs into production-ready code. You understand that there are humans on the other side, each with their own unique needs, and you are eager to seek feedback from them to better understand how they use it.
    • You are actively involved across the discovery and development pipeline, from collaborating with UX/UI designers and creating prototypes to implementation, documentation and guides, deployment, and live maintenance. At each stage of the pipeline, you are focused on high quality, secure delivery.
    • You are enthusiastic to coordinate across our various squads, and further deepen your knowledge of the ever-expanding technologies of web3.
    • You are comfortable taking ownership of our front-end development, establishing best practices, and becoming the “go-to” point of contact, while simultaneously mentoring more junior developers along the way.
    • You are a natural collaborator. You use code reviews to better understand your team’s work, improve the quality of our commits, and learn something along the way. During daily standup, you know when you are needed and proactively solve your teammate’s problems.
    • You have a good eye for high-quality graphic implementations. You have the judgment to know if we need to be “pixel perfect”.

⚠️Minimum requisites

    • Proven ability to deliver software to real users as a front-end developer, ideally in a fast-paced startup environment
    • 3+ years experience in one or more general purpose programming languages such as JS/TS
    • Extensive knowledge about the internals of JavaScript engines, browsers and how to work with React.sj and other well-known JavaScript frameworks
    • Awareness of basic design principles, including layouts, aesthetics, and how to work with a UX team
    • Experience implementing web applications according SEO best practices
    • Able to advocate and enforce best practices on the team, including testing (unit, integration, e2e), clean code principles, documentation, etc.
    • Experience working in agile environment, git flows, and are comfortable in the tools (e.g. Jira, Github)
    • Excellent English communication - both written and oral - that is completely free of bullshit

💡Bonus skills

    • Understanding of of Blockchain architecture, in particular Ethereum
    • Experience programming smart contracts in solidity
    • Experience working on open source projects, ideally in blockchain, cryptography, smart contracts, decentralized systems, or any related technology in the web3 ecosystem
    • Experience with the other skills needed to be successful with our tech stack (Ethereum/EVM, HardHat/TypeChain, GraphQL/Subgraph, etc.)
    • Passionate about the possibilities of decentralized autonomous organizations and the impacts they may have on how humans work together to solve problems
    • Competitive degen score
We value freedom and responsibility - so much so that we are in the process of taking this one step further with our plans to fully transition into operating as a new Aragon DAO by 2023. This means that we're a remote only organization that's flexible as to where you want to work and your schedule, as long as you're within +/- 5 hours of UTC. We will trust you to accommodate to best support your team.

You will get all of the resources needed to be effective, whether its for setting up your remote work environment or a personal development budget.

The Aragon Association is an Equal Opportunity Employer, and the steward of the Aragon project, a community of DAO creators, developers, and users experimenting with new forms of social coordination and governance.

We value freedom and responsibility - so much so that we are in the process of taking this one step further with our plans to fully transition into operating as a new Aragon DAO by 2023. This means that we're a remote only organization that's flexible as to where you want to work and your schedule, as long as you're within +/- 5 hours of UTC. We will trust you to accommodate to best support your team.

You will get all of the resources needed to be effective, whether its for setting up your remote work environment or a personal development budget.

The Aragon Association is an Equal Opportunity Employer, and the steward of the Aragon project, a community of DAO creators, developers, and users experimenting with new forms of social coordination and governance.
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.