Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Succinct | San Francisco, CA, United States | $62k - $77k | |||
Succinct | San Francisco, CA, United States | $84k - $110k | |||
Ripio | United States | $63k - $70k | |||
Horizen Labs | New York, NY, United States |
| |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Status | London, United Kingdom | $27k - $67k | |||
Status | London, United Kingdom | $72k - $95k | |||
Status | London, United Kingdom | $72k - $95k | |||
Status | London, United Kingdom | $27k - $67k | |||
Matter Labs | United States | $54k - $75k | |||
Mobius | Palo Alto, CA, United States | $54k - $75k | |||
RISC Zero, Inc | Remote | $54k - $87k | |||
RISC Zero, Inc | Remote | $90k - $100k | |||
Galaxy | New York, NY, United States | $13k - $33k | |||
Vision One | New York, NY, United States | $54k - $100k | |||
Harmony | Palo Alto, CA, United States | $58k - $80k |
What We're Building
Succinct is building a secure, decentralized, permissionless interoperability layer for Ethereum and other blockchains, powered by zero-knowledge succinct proofs (zkSNARKs). We are working towards a world where all blockchains can communicate with each other in a trust-minimized way--without any centralized entities or multisigs in-between. Much like zk rollup teams are using zkSNARKs to scale execution, we believe using succinct proofs for scaling verification of consensus ("proof of consensus") can lead to much more secure and decentralized interoperability compared to existing bridging solutions. Given the billions of dollars hacked from bridges in the past year, this one of the most important problems in the entire crypto ecosystem.
We strongly believe our approach with succinct proofs of consensus is the end game of interoperability. Our team is small and nimble but ambitious. We recently raised a seed round from the best investors in crypto and are building towards a proof-based future that many are excited about. We work in-person in an office in San Francisco, but are willing to be flexible for the right candidate. Join us!
The Role
We are looking for a full-stack engineer who will work on user-facing parts of our product. Our interoperability protocol is ultimately a developer tool that other blockchain developers can integrate with to build cross-chain applications. Building a developer SDK for easy integration and a developer dashboard to view system status information is critical to our protocol's success.
Qualifications
Experience developing full-stack user-facing blockchain applications end-to-end
Experience implementing a polished and performant frontends (React, Next.js)
Experience with backend systems that read events from, query and write to blockchain state, coupled with a deep understanding of EVM
Deploying and monitoring high-quality production systems
Nice to have
Prior experience with Golang (not hard requirement)
Prior experience with Next.js and Tailwind
Even if the listed qualifications don't seem like an exact match, passionate and enthusiastic people who love to quickly learn are always welcome! Feel free to reach out or apply regardless and we would love to chat.
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.