| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
R3 | Dublin, Ireland | $105k - $117k | |||
Binance | Dubai, United Arab Emirates |
| |||
JPEG'd DAO | Remote | $100k - $200k | |||
Aurora Labs | Remote | $33k - $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 | |||
Chaos Labs | New York, NY, United States | $87k - $115k | |||
Enso | Zurich, Switzerland | $65k - $100k | |||
Axiom | New York, NY, United States | $87k - $100k | |||
Kiln | Paris, France | $105k - $150k | |||
Safe | New York, NY, United States | $90k - $90k | |||
IOTA Foundation | Remote | $105k - $120k | |||
Oasis Network | New York, NY, United States | $91k - $104k | |||
Calyptus | United States | $36k - $54k | |||
Parity Technologies | London, United Kingdom | $45k - $92k | |||
Trust Machines | New York, NY, United States | $75k - $150k | |||
Trust Machines | New York, NY, United States | $150k - $215k |
Senior Software Engineer
Key Responsibilities (what will I do most often?)
- 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.
- Fix issues as are raised through QA or Support tickets.
- Embody the culture of your team both internally and externally. Value your peer's contributions, strive to hit commitments, and champion true craftsmanship.
- Collaborate with your teammates to ensure the team is delivering a cohesive product.
- Embrace a culture of ownership in which you 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?)
- Represent your team during cross-team alignments, retrospectives, and technical discussion forums.
- Present and discuss the work of your team with R3 stakeholders.
- Write blogs and internal tech-talks.
Essential Skills (what do I need to do the job?)
- You have a strong technical programming background.
- 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 have worked with and developed 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 care about quality, and engineering agility, and have the desire to provide the best possible products and capabilities for our customers.
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.