| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
IOTA Foundation | Remote | $82k - $87k | |||
Roci.fi | Berlin, Germany | $22k - $100k | |||
Consensys | Remote | $54k - $60k | |||
Consensys | Remote | $48k - $70k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Ondo Finance | Remote | $98k - $110k | |||
Ondo Finance | Remote | $84k - $150k | |||
Parity Technologies | Berlin, Germany | $63k - $73k | |||
Parity Technologies | Berlin, Germany | $63k - $90k | |||
IO Global | Remote | $47k - $70k | |||
Consensys | Remote | $54k - $60k | |||
Altoros | Minsk, Belarus | $105k - $111k | |||
Crypto.com | United States | $63k - $95k | |||
IOTA Foundation | Remote | $82k - $87k | |||
Ankr | San Francisco, CA, United States | $11k - $85k | |||
Ankr | San Francisco, CA, United States | $11k - $85k |
This job is closed
*Senior Software Engineer - Go (C#, Java) *
The IOTA Foundation is a not-for-profit organization established in 2017 and headquartered in Berlin, Germany. The Foundation’s mission is to drive the development and standardization of new distributed ledger technologies (DLTs) that enable permissionless innovation ecosystems. To realize this potential the IOTA Foundation is actively building a collaborative of developers, start-ups, private enterprises, and government, civil society and academic institutions.
Concretely, we engage in engineering, research and community organizing efforts around the IOTA Tangle – a new generation of DLT specifically designed to be the open and free trust layer for the Internet-of-Things (IoT).
*Mission: *
As a Senior Software Engineer - Go, you will be working with the latest technologies to build the next generation Smart Contract capabilities and node software for the IOTA DLT. You will have the opportunity to bring the latest advancements from DLT research to life.
Tasks
- Develop high-quality software solutions and specifications
- Work effectively across different teams to address problems and collaboratively arrive at solutions
- Perform and thrive in an environment where your work can change rapidly in response to customer feedback and data
- Ensure timely delivery of technical solutions while maintaining a healthy work environment
- Be a part of an autonomous, results-oriented agile team
- Participate in and help transform cutting-edge research into practical software products
- Implement software development best practices in engineering teams
- Coach the team on best practices in software development
- Collaborate with other software projects in the open-source DLT space
- Engage with the IOTA community
Requirements
- A strong performance history
- Provable track record in Go
- Experience with Smart contracts
- Experience with Go Ethereum and EVM highly desirable
- Experience leading a team of developers
- Experience with front-end development technologies
- Experience with CI/CD
- Ability to understand and implement cryptographic primitives
- Experience designing architectures for portable, embedded systems is a plus
- Proven track record in designing software algorithms and data structures is a plus
- Experience with applying and using formal specification processes to software development a plus
- Self-driven individual who takes responsibility for projects from their inception
- Ability, desire, and dedication to pick up new platforms or technologies as well as improve in existing ones
Benefits
- The opportunity to work with the brightest minds in the industry
- The opportunity to make a true difference
- Culture of trust, empowerment and constructive feedback
- A flexible and agile organization with a flat hierarchy
- Independence and responsibility from day one
The IOTA Foundation is an equal opportunity employer. We celebrate diversity and are committed to creating an inclusive environment for all employees.
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.