| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Neon Labs | Remote | $43k - $86k | |||
Neon Labs | Remote | $54k - $90k | |||
Neon Labs | Remote | $40k - $90k | |||
Ballast.finance | New York, NY, United States | $0k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
IOTA Foundation | Remote | $82k - $87k | |||
Aurigami | Remote | $80k - $160k | |||
Binance | Remote |
| |||
Aave | United Kingdom | $84k - $110k | |||
Ankr | San Francisco, CA, United States | $11k - $85k | |||
Alpha Safe | Remote | $60k - $110k | |||
Moonwalk | Remote | $36k - $90k | |||
IOTA Foundation | Remote | $82k - $87k | |||
Boson Protocol | London, United Kingdom | $43k - $56k | |||
Boson Protocol | London, United Kingdom | $36k - $61k | |||
Boson Protocol | London, United Kingdom | $30k - $76k |
About the Job
Neon Labs is looking for a full-time Full-Stack Team Lead to join our team. Neon Labs has ported the Ethereum Virtual Machine to the Solana blockchain. Neon EVM enables dApps to harness advantages from both blockchains: Ethereum in terms of tools used, and Solana in terms of low gas fees, high throughput, and liquidity.
About Neon Labs
We come from diverse professional backgrounds and welcome individuals who are passionate about blockchains and DeFi protocols, and eager to tackle challenging tasks on a daily basis. Fostering a diverse and inclusive environment is top of mind. Our international team is 100% remote. We are working closely with the Solana core team.
Your Skills and Qualifications
6+ years of relevant development experience 2+ years of experience building decentralized applications using web3.js Understanding of blockchain concepts and smart contracts Proficiency in writing production-quality code Proven ability to create highly interactive and engaging web applications Comfortable working in Linux, with experience troubleshooting black box systems Experience with React.js, TypeScript, and JavaScript Expert command of CSS and HTML for accessibility and semantics
Your Tasks
Create a development team of 2-3 developers Manage the product development process Bring cutting-edge research to the real world and help build a platform for the next generation of cryptocurrency applications Build and maintain extensible and scalable open-source applications
Benefits
Competitive salary 💰 Holidays: 24 working days during a year, with compensation if not taken 🏝 Working in a fast-paced and disruptive industry where the possibilities are endless 🚀 Fully remote: your life, your way of working 🌎 Freedom, autonomy, and responsibility 💪 Learning opportunities 📚 Token options TBD 💎
How to Apply
Does this role sound like a good fit? Email us at [email protected]. Include the role's title in your subject line. Include links that best showcase your relevant experience. Include a cover letter telling us why you’re the best fit.
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.