| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Discreet Labs | Palo Alto, CA, United States | $60k - $100k | |||
Horizon Blockchain Games | Toronto, Canada | $63k - $90k | |||
Fynd (Shopsense Retail Technologies Ltd.) | New York, NY, United States | $53k - $85k | |||
Evmos | San Francisco, CA, United States | $54k - $80k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Proof of Search | United States | $60k - $95k | |||
Worldcoin | San Francisco, CA, United States | $77k - $100k | |||
Tron | San Francisco, CA, United States |
| |||
Parity Technologies | London, United Kingdom | $90k - $90k | |||
Parity Technologies | New York, NY, United States | $72k - $100k | |||
Parity Technologies | New York, NY, United States | $54k - $80k | |||
Parity Technologies | London, United Kingdom | $45k - $72k | |||
Parity Technologies | New York, NY, United States | $63k - $70k | |||
Parity Technologies | London, United Kingdom | $72k - $90k | |||
Moon Now | United States | $210k - $240k | |||
Blockswap | London, United Kingdom | $62k - $82k |
Our mission at Discreet Labs is to make privacy more programmable through adoption of applied cryptography, and decentralized blockchain technology.
Discreet Labs is the developer of Findora, a public blockchain with programmable privacy. The original research team behind Findora also invented Bulletproofs, a type of zero-knowledge proofs that have been widely used across different blockchains such as Monero, Mimblewimble, and Grin. Discreet Labs has implemented Bulletproofs on Findora to support confidential transactions, and private asset issuance. The company is also working on additional zero-knowledge proofs to support confidential smart contracts for more programmable privacy.
Discreet Labs is backed by Polychain and Powerscale Capital, and is partnered with dozens of companies and organizations including Tencent, BSN, MetisDAO, Taxa, Bank of Asia, Travel USA Express, MoneyMoov, IOTPay, YouWorld, Citcon, and Bayes.
We have offices in Palo Alto, CA and Beijing, China, plus we have the platform tools and benefits to support you in your remote work environment.
Overview
Our mission at Discreet Labs is to make privacy more programmable through adoption of applied cryptography, and decentralized blockchain technology.
Discreet Labs is the developer of Findora, a public blockchain with programmable privacy. The original research team behind Findora also invented Bulletproofs, a type of zero-knowledge proofs that have been widely used across different blockchains such as Monero, Mimblewimble, and Grin. Discreet Labs has implemented Bulletproofs on Findora to support confidential transactions, and private asset issuance. The company is also working on additional zero-knowledge proofs to support confidential smart contracts for more programmable privacy.
Discreet Labs is backed by Polychain and Powerscale Capital, and is partnered with dozens of companies and organizations including Tencent, BSN, MetisDAO, Taxa, Bank of Asia, Travel USA Express, MoneyMoov, IOTPay, YouWorld, Citcon, and Bayes.
We have offices in Palo Alto, CA and Beijing, China, plus we have the platform tools and benefits to support you in your remote work environment.
Although this position will be remote, with occasional travel to North America, Europe and Asia, it will require working hours that overlap with Pacific Standard Time (PST). Strong written and spoken language proficiency in English is required, although knowledge of other languages (e.g. Mandarin), would be an advantage in order to liaise with stakeholders across the world.
Impact
Software Quality Assurance Engineers work with a talented team of systems, research, and full stack engineers and architects as Findora builds out its core infrastructure and specific applications. The core engineering team's primary focus is to build out the Findora platform, a highly performant distributed system incorporating significant innovations in cryptography, storage/authenticated data structures, and consensus/state machine replication. Additionally, as the platform is implemented, a growing number of ecosystem applications will be developed atop the Findora infrastructure, requiring a reliable base upon which to build. Software Quality Assurance Engineers must collaborate effectively with the core engineering team to make Findora applications as robust and straightforward as possible. We are looking for meticulous and articulate engineers with a passion for high quality financial systems.
Responsibilities
- Interactive software testing of decentralized blockchain protocol and related services
- Development of an automated testing framework for integration tests preferably using Jest,Mocha and related JS libraries.
- Maintaining the tests required for CI/CD pipeline .Create and maintain documentation for bugs , issues and reports.
- Proficient in one more coding languages , preferably Javascript
- B.S. degree in Computer Science or similar field; or equivalent practical experience
- 3+ years of Software Quality Assurance work
- Experience working in blockchain project(s), and having a basic understanding of the mechanics of a blockchain protocol
- Excellent communication and collaboration skills.
- Proficient in written English
- Experience working on an EVM/Cosmos (Tendermint) based chain
- Experience working with open source projects
- Experience in writing and debugging solidity code
- Having strong opinions about crypto and decentralization
- Experience building client side tooling for blockchains such as wallets, explorers, indexer, etc.
- Opportunities to create test systems and automation
- Work on cutting edge technology with a team of engineers trying to solve real world problems
- Learn from systems engineering and cryptography domain experts in a mentorship-oriented work culture
- Make a big impact as an early contributor
Rust, JavaScript, TypeScript, Terraform, AWS, Zero-Knowledge Proofs (ZKP), Multi-party Computation (MPC)
- Discreet Labs is an Equal Opportunity Employer
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.