| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Crypto.com | Dublin, Ireland | $105k - $117k | |||
Silo Finance | Austin, TX, United States | $72k - $110k | |||
Celo Foundation | Remote | $72k - $75k | |||
Ferrum Network | Salt Lake City, UT, United States | $36k - $60k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
RociFi | Remote | $22k - $100k | |||
Cake DeFi | Singapore, Singapore | $43k - $86k | |||
Cake DeFi | Singapore, Singapore | $36k - $62k | |||
Cake Pte Ltd | Singapore, Singapore | $43k - $86k | |||
Cake Pte Ltd | Singapore, Singapore | $36k - $62k | |||
Gnosis | Berlin, Germany |
| |||
Tapioca | Remote | $200k - $250k | |||
Silo Finance | Remote | $300k - $750k | |||
Fractional | United States | $95k - $170k | |||
bloXmove | Remote | $36k - $61k | |||
Fractional | Ljubljana, Slovenia | $95k - $145k |
This job is closed
About Crypto.com
Founded in 2016, Crypto.com today serves over 10 million customers with the world’s fastest growing crypto app, along with the Crypto.com Visa Card — the world’s largest crypto card program — the Crypto.com Exchange and Crypto.com DeFi Wallet. Recently launched, Crypto.com NFT is the premier platform for collecting and trading NFTs, carefully curated from the worlds of art, design, entertainment and sports. Crypto.com is built on a solid foundation of security, privacy and compliance and is the first cryptocurrency company in the world to have ISO/IEC 27701:2019, CCSS Level 3, ISO27001:2013 and PCI:DSS 3.2.1, Level 1 compliance, and independently assessed at Tier 4, the highest level for both NIST Cybersecurity and Privacy Frameworks. With over 3,000 people in offices across the Americas, Europe and Asia, Crypto.com is accelerating the world’s transition to cryptocurrency. Find out more: https://crypto.com
Crypto.org Chain is a public, open-source and permissionless blockchain - a decentralized network designed to be a public good that helps drive mass adoption of blockchain technology. In the coming few months there will be gradual inclusion of the following functionality: On-chain NFT support, native coin issuance, bridge with ETH-based smart contracts, DEX, AMM, EVM Compatible module and support Cosm Wasm.
Responsibilities
- Hack and break things.
- Review and assess security of new blockchain/digital asset protocol supported by crypto.com.
- Review and tests other blockchain related applications such as decentralized finance application, non-custodial wallet integration with various blockchain, key management, wallet solutions and many more.
- Work with Blockchain Engineer to perform security assessments on our blockchain which could include new protocol changes, peripheral toolset.
- Perform code review where necessary.
- Develop new security tools to help blockchain security assessment.
- Produce reports on identified weakness or vulnerabilities and mitigation strategy.
- Expect the candidates to have at least 5 years of working experience in security field such as penetration testing or security research or blockchain engineer
- In depth understanding of at least one blockchain and its ecosystem
- Knowledge of common blockchain weaknesses, attacks and bugs
- Experienced in using automated security analysis tools and fuzz testing tools
- Familiar and comfortable to perform source code reviews focusing on security matter
- Familiar with programming language Javascript, Golang, Rust
- Good written and communication skills
- Ability to own and drive initiative and work
- We offer an attractive compensation package working in a cutting-edge field of combining cryptocurrency and financial services.
- Huge responsibilities from Day 1. Be the owner of your own learning curve. The possibilities are limitless and depend on you.
- You get to work in a very dynamic environment and be part of an international team.
- Flexible working.
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.