Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Eluvio | United States | $36k - $117k | |||
VaynerX | New York, NY, United States | $60k - $98k | |||
VaynerMedia | New York, NY, United States | $60k - $98k | |||
Consensys | Remote | $54k - $77k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
GammaX | United States | $72k - $110k | |||
PureLogics | United States | $45k - $72k | |||
SeaClub | United States | $54k - $80k | |||
Giddy Up | United States | $74k - $110k | |||
Coinmarketcap | Sydney, Australia | $62k - $82k | |||
Ava Labs | New York, NY, United States | $175k - $208k | |||
Consensys | Remote | $99k - $205k | |||
OKX | Taipei, Taiwan |
| |||
Further Ventures | Abu Dhabi, United Arab Emirates | $45k - $100k | |||
Coinmarketcap | London, United Kingdom | $45k - $85k | |||
Ezil.me | Remote | $100k - $140k |
Be a developer on the world's leading web3 multimedia distribution network!
Eluvio is a highly-focused and ambitious team of systems, networking, blockchain, application, and video software engineers working together to implement the vision of the Content Fabric â a scalable, decentralized multimedia platform for distrbution and commercialization of content. Our ambition is to serve a large percentage of the world's Internet video.
We are looking for an experienced developer with solid software development and cryptography background. The core of the work evolves around Substrate, EVM, off-chain and multi-chain interaction, scaling, encryption, APIs, and usability. This position requires mastering the technical areas as well as the drive, ambition, and vision.
Responsibilities include:
- Architecture and design of blockchain and off-chain interactions
- Coding core components and tools
- Work with and guide operations teams in deploying test and main blockchain networks
- Mentoring and assisting teammates
- Technical presentation and documentation of blockchain and related technology
- Support application builders on top of the platform
- Solid software development background
- Engineering degree or equivalent, and 10+ years of experience in relevant areas
- Rust and Go are a must, JavaScript / node.js, C/C++, WASM
- Applied cryptography
- Substrate, EVM, multi-chain experience
- Experience deploying testnet / mainnet projects - Substrate, EVM, Parachain/Parathreads
- Architecture and design experience
- We strive to be the best in the world at what we do and consider the outcome of our work our 'Olympic Games'
- We drive to our collective business goals and aim to provide rewarding career experiences for the entire team
- We want every team member to feel that this is the most exciting thing they have worked on and be proud of their work in all social contexts
- We work hard and have fun with our work. We don't burn ourselves out.
- We value sustainability in all forms and also 'work hard' to make sure the team is thriving physically and mentally
- We share responsibility and lead by example
- We enjoy fun activities together and with our team's friends and families.
- We value and support each other's personal pursuits outside of work
- We are considerate and we give back.
- We value and promote independent thinking and raising ideas and proposals in all areas of our work, as well as outside of what we think of as our 'box'
- We talk - we share and discuss our objectives, our problems, our concerns, and our solutions
- We make solid and practical decisions - we can overcome personal preferences in favor of solid team consensus
- We rely on team members' independent work and drive to prototype, demonstrate approaches and design and develop software, tools, and processes and take tasks to completion (we don't spoon-feed or remind team members every day of what they need to be doing)
- We review all work
- We work in pairs where appropriate
- We expect correctness and completion
- Market competitive salary
- Employee stock option program
- 401K match
- Medical, dental, and vision benefits
- Passionate team members and vision
- Execution culture
- Work with excellent senior software engineering peers
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.