| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Torus Labs | HQ | $39k - $90k | |||
Polychain Capital | San Francisco, CA, United States | $45k - $80k | |||
Binance | Asia |
| |||
Binance | Asia |
| |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Binance | Remote |
| |||
Binance | Asia |
| |||
Set Labs | San Francisco, CA, United States | $54k - $70k | |||
Interlay | London, United Kingdom | $36k - $90k | |||
Binance | Singapore, Singapore |
| |||
Binance | Remote |
| |||
Acala | Remote | $71k - $90k | |||
Worldcoin.org | San Francisco, CA, United States | $43k - $56k | |||
Binance | Asia |
| |||
Torus Labs | HQ |
| |||
IOTA Foundation | Remote | $82k - $87k |
This job is closed
Who we are?
Torus Labs is a VC-backed company that works on applied cryptography and we specialize in private key management software. Our company vision is to proliferate the usage of cryptographic keys to enable use cases that empower the individual. Our solution allows for applications to setup a public key infrastructure while maintaining flows that end-users are familiar with. You can (git) check out all of our open-source code at https://github.com/torusresearch. We’re heavily execution-driven, flexible and impact-focused. Our aim is to provide a seamless user experience to the applications that integrate us, ultimately driving adoption in the ecosystem.
The role: You will work hands-on on Torus, various tools and rapidly deliver innovative solutions. As a key member of the development team, the candidate should be comfortable with driving technical ideas and communicating clearly with technical as well as non-technical audiences.
Responsibilities: • Take complete end-to-end technical & engineering ownership of one or more applications. • As a full-stack developer, design, develop, document and implement new functionality, as well as build enhancements, modifications, and corrections to existing software. • Coordinate engineering activities across the delivery of the project and work with engineers to ensure they are delivering quality and efficiently against project requirements. • Take a hands-on role in influencing and guiding day-to-day development activities by leading architecture decisions, participating in designs, design review, code review, and implementation • Create design documents, code, unit/functional test, document and implement new programs and subprograms, as well as enhancements, modifications, and corrections to existing software. • Participate in the Agile process including stand-up meetings, sprint planning, reviews and retrospectives. • Join the full life cycle of blockchain and related software development, including requirement gathering, design, coding, testing, deployment, documentation and support • Focus on core blockchain infrastructure, including relevant services, frameworks and libraries • Contribute creativity and insight to solve both technical and business challenges
Basic Qualifications: • 3+ years of work experience with a Bachelor’s Degree or at least 2 years of work experience with an Advanced degree (e.g. Masters) • Be passionate about cutting-edge technology and solving complex technical problems.
Preferred Qualifications: • Qualification in Computing/Mathematics or other relevant fields preferred • An ability to learn quickly and hit the ground running on a complex software project • Proficiency in Golang, Rust, or other mainstream blockchain development languages • Solid knowledge in computing theory including networking, data structures, algorithms, database theory and networking • Existing track record of R&D and execution of open-source projects on known blockchain platforms such as Ethereum, Hyperledger, Neo and Bitcoin a great plus • Expertise in one of the following three areas would be of a great advantage: (1) key-value store (e.g. LevelDb); (2) P2P; (3) virtual machine (e.g. EVM, Java VM, etc)
Bonus Qualifications: • Experience working with major established blockchains. Knowledge of Ethereum-like blockchains • Familiarity with Ethereum code and smart contract development is an added bonus • Contributor to research papers on cryptography • Exposure to CI/CD, AWS is a plus
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.