EVM Jobs
1,199 jobs found
Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Kava Labs | Portland, OR, United States | $130k - $160k | |||
Kava Labs | Phoenix, AZ, United States | $130k - $160k | |||
Kava Labs | Philadelphia, PA, United States | $130k - $160k | |||
Kava Labs | New York, NY, United States | $130k - $160k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Kava Labs | Miami, FL, United States | $130k - $160k | |||
Kava Labs | Mexico City, Mexico | $72k - $95k | |||
Kava Labs | Houston, TX, United States | $130k - $160k | |||
Kava Labs | Denver, CO, United States | $130k - $160k | |||
Kava Labs | Dallas, TX, United States | $130k - $160k | |||
Kava Labs | Chicago, IL, United States | $130k - $160k | |||
Kava Labs | Cancun, Mexico | $72k - $95k | |||
Kava Labs | Boston, MA, United States | $130k - $160k | |||
Kava Labs | Austin, TX, United States | $130k - $160k | |||
Kava Labs | Atlanta, GA, United States | $130k - $160k | |||
Kava Labs | Las Vegas, NV, United States | $130k - $160k |
This job is closed
Senior Developer Relations Engineer (Remote)
What You Will Do.
- Own Developer and Integration Partnership Support: Be a hands-on technical liaison between external partners and our internal Engineering / Product teams. Oversee the integrations of dApps onto our EVM. And research, diagnose and solve technical needs or requests raised by our internal and external stakeholders.
- Establish Operational Procedures: Establish operational procedures and standards for developer support, update and improve documentation whilst optimizing and streamlining efficiencies.
- Drive Prioritization: Proactively partner cross-functionally with our Engineering, Business Development, Product teams and external partners to help prioritize technical needs.
- Community Engagement: Actively represent Kava in the global developer community and continue to expand Kava's developer community footprint.
Who You Are.
- 4+ years of experience as a Developer Relations Engineer, Software Engineer or related experience.
- 1+ year of experience working within the Web3 space
- 1+ year of experience designing / building onboarding systems for customers/ partners
- 1+ year of experience supporting and troubleshooting web applications, JSON and Rest APIs, Bash, Javascript, Python, or similar scripts
- Has a deep knowledge of Ethereum, web3 development, layer 1 blockchain networks and other crypto ecosystems.
- Is proficient in multiple programming languages.(Solidity a plus)
- Able to discuss complex technical concepts with both technical and non-technical audiences.
Nice to Haves.
- Experience with public speaking and community engagement
- Experience in Technical Writing (Documentation)
- Familiarity with web technologies (DNS, HTTP, TLS, Web services)
- Experience with cloud solutions (AWS, Azure) and distributed systems
- Experience with at least one of the following database technologies - MongoDB, PostgreSQL, Oracle, SQL Server, MySQL, Redis
Interview Process
- Recruiter:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 45 minutes.
- Engineer Manager (Tech Assessment):Â Â Â Â Â Â 1 hour.
- Head of People:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 30 minutes.Â
- Head of Business Development:Â Â Â Â Â Â Â Â Â Â Â 1 hour.
- Recruiter Debrief:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 15 minutes.
What We Offer
- A fully remote work environment with an international and diverse team
- Competitive salary; including stipends for home office set-up, wellness, internet and cell phone.
- 100% coverage for Medical, Dental, Vision, LTD, STD and Basic Life insurance for employees
- 401(k) matching
- Unlimited PTOÂ and Holidays
- A fast-paced start-up environment with experienced industry leaders
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.