| 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 | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
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 | |||
Panoptic | Remote | $170k - $250k |
This job is closed
Senior Front-end Developer
💪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
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.