| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
R3 | London, United Kingdom | $157k - $186k | |||
Seedify | Remote | $72k - $93k | |||
Seedify | Remote | $72k - $93k | |||
Chainkemists | Remote | $72k - $75k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
EigenLabs | Seattle, WA, United States | $72k - $100k | |||
Monad | New York, NY, United States | $200k - $250k | |||
Monad | New York, NY, United States | $120k - $180k | |||
Monad | New York, NY, United States | $150k - $200k | |||
Nethermind | London, United Kingdom | $63k - $100k | |||
Ondo Finance | Remote | $36k - $70k | |||
10Clouds | Warsaw, Poland | $36k - $54k | |||
10Clouds | Warsaw, Poland | $36k - $54k | |||
Parity Technologies | New York, NY, United States | $63k - $100k | |||
BlockTal | United States | $63k - $150k | |||
Polygon Labs | Bengaluru, India | $81k - $100k |
Staff Software Engineering Manager (Interoperability)
Key Responsibilities (what will I do most often?)
- Focus on and help define the delivery of key milestones for your team's project(s), managing the team's ability to hit deadlines and delight stakeholders.
- Establish and maintain the culture of your team whilst embodying it internally and externally. One that values every member's unique contributions, where the team strives to hit commitments, and craftsmanship is championed.
- Line manage your team, ensuring each engineer is supported and made to feel a part of the team and company’s mission.
- Collaborate with stakeholders and your sister teams to ensure we deliver Corda as one collective team.
- Contribute towards your team’s technical delivery by developing software, writing & reviewing designs, code reviewing, and ensuring our software is acceptable for hands-on use.
- Engage in R3’s hiring to ensure we have high-caliber talent to build our software.
- Encourage a culture of ownership in which your engineers feel empowered to make design choices, learn from successes and failures, and always seek to build better and more capable new versions of software.
Other Responsibilities (what will I do sometimes?)
- Jointly plan the team’s product roadmap with colleagues in the Product Management and Engineering Services teams. This may involve occasional travel between our Dublin and London offices.
- Represent your team during cross-team alignments, retrospectives, and technical discussion forums.
- Present and discuss the work of your team with R3 stakeholders.
Essential Skills (what do I need to do the job?)
- You contribute to defining the technical vision of the team.
- You have a strong technical background and understand the journey your team is on, you lead by being “the example” of great.
- You appreciate that Software Engineering is a discipline and Programming a craft, embracing both and seeking to better each.
- You have experience working with some flavor of Ethereum or Enterprise Ethereum
- You have developed and deployed software that runs on the EVM
- You are able to design and develop enterprise-level software. We develop in Java and Kotlin, plus utilize cloud technologies, such as AWS, to deliver Corda – although these are not mandatory to have, you may be interested in working with these technologies.
- You are familiar with standard building and delivery automation tools - previous experience with Gradle is desired.
- You have worked in domains where high availability and performance matter.
- You have seen how to get the best from people, how things can go wrong, and know the difference.
- You care about quality, and engineering agility, and have the desire to provide the best possible products and capabilities for our customers.
- You are calm and a reassuring leader, even under pressure.
- You have great communication skills and are a confident presenter.
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.