Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Starkware | Israel | $72k - $100k | |||
Sismo | Paris, France | $63k - $91k | |||
Consensys | Remote | $99k - $205k | |||
Consensys | Remote | $99k - $205k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Sismo | Paris, France | $72k - $110k | |||
Sismo | Paris, France | $72k - $110k | |||
RISC Zero, Inc | Remote |
| |||
Status | Remote | $100k - $120k | |||
Scale Genesis | United States | $200k - $300k | |||
Sismo | Paris, France | $36k - $75k | |||
Sismo | Paris, France | $36k - $90k | |||
Coinmarketcap | Remote | $62k - $82k | |||
Status | Remote | $120k - $150k | |||
Status | Remote | $120k - $150k | |||
Horizen Labs | New York, NY, United States | $36k - $75k |
As our Senior Software Engineer in StarkWare, you will design and develop complex high-performance, high-quality software, spanning across algorithms, application logic, and infrastructure.
Our system is built in a microservice architecture that interacts with external systems (such as the blockchain and our partners’ systems) and meets demanding performance, resilience, and security requirements. The code is written mostly in Python and in C++ and utilizes continuous delivery and automated testing methodologies.
Requirements
The right candidate:
• Has at least 5 years of development experience in a high-level object-oriented language (preference for Python and C++) • Is a University graduate in Computer Science (with a high GPA) • Has experience building complex, high-scale, high-performance software • Is curious by nature and a quick learner
Ideally experienced with:
• Advanced OOP and design patterns • Performance optimizations • Linux operating system, its internals, and ecosystem • Interaction with NoSQL databases at scale • Implementation of services in a microservice architecture • Interaction with tools such as Kubernetes, Docker, Kafka, Flask, or similar • Algorithm development • Cryptographic primitives and protocols • Blockchain technologies • CI/CD and TDD methodologies
What is Zero-knowledge?
Zero-knowledge is a concept in cryptography that allows two parties to exchange information without revealing any additional information beyond what is necessary to prove a particular fact
In other words, zero-knowledge is a way of proving something without actually revealing any details about the proof
Here are some examples of zero-knowledge:
- Password authentication: When you enter your password to log into an online account, the server doesn't actually know your password. Instead, it checks to see if the hash of your password matches the stored hash in its database. This is a form of zero-knowledge because the server doesn't know your actual password, just the hash that proves you know the correct password.
- Sudoku puzzles: Suppose you want to prove to someone that you've solved a particularly difficult Sudoku puzzle. You could do this by providing them with the completed puzzle, but that would reveal how you solved it. Instead, you could use a zero-knowledge proof where you demonstrate that you know the solution without actually revealing the solution itself.
- Bitcoin transactions: In a Bitcoin transaction, you prove that you have ownership of a certain amount of Bitcoin without revealing your private key. This is done using a zero-knowledge proof called a Schnorr signature, which allows you to prove ownership of a specific transaction output without revealing the private key associated with that output.
- Secure messaging: In a secure messaging app, you can prove to your contacts that you have access to a shared secret without revealing the secret itself. This is done using a zero-knowledge proof, which allows you to prove that you have access to the secret without actually revealing what the secret is.