| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
CertiK | United States | $24k - $72k | |||
Trust Machines | New York, NY, United States | $90k - $90k | |||
Gomu | Singapore, Singapore | $72k - $100k | |||
Arbitrary Execution | United States | $40k - $100k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Crypto.com | Hong Kong, Hong Kong | $58k - $80k | |||
Technical Paradigm | Chicago, IL, United States | $54k - $62k | |||
Waterfall | New York, NY, United States | $72k - $90k | |||
Aurora | Remote | $63k - $75k | |||
Arbitrary Execution | United States | $54k - $90k | |||
Arbitrary Execution | United States | $105k - $111k | |||
Fuel Labs | Remote | $72k - $110k | |||
Wintermute | London, United Kingdom | $63k - $90k | |||
OKX | Singapore, Singapore | $72k - $100k | |||
Story Protocol, Inc. | Remote | $84k - $150k | |||
SwissBorg | Remote | $40k - $76k |
We are seeking talented interns to experience, contribute and grow at a fast-moving Blockchain Startup in NYC!
Why Us?
CertiK is a pioneer in blockchain security, leveraging best-in-class AI technology to protect and monitor blockchain protocols and smart contracts. Founded in 2018 by professors from Yale University and Columbia University, CertiK’s mission is to secure the web3 world. CertiK applies cutting-edge innovations from academia to enterprise, enabling mission-critical applications to scale with safety and correctness.
What We Expect You
Thriving in a fast-paced, dynamic working environment.
Self-driven and passionate about cutting-edge technologies. Problem solver and fast learner with good analysis skills.
Strong team-player and always willing to make a positive impact on the team. Good verbal and written communication skills.
Requirements
- Minimum of BS degree in CS or related field. Preference is MS or PhD
- Mastery of one or more backend languages: Python, Javascript(NodeJS), Golang, Ruby, Scala, Java, C/C++, etc.
- Solid computer science fundamentals in object-oriented design, data structure and algorithms, computer networks, database systems, distributed systems, etc.
- Excellent written communication/presentation skills, able to conduct client-facing meetings, output technical blogs addressing general/security topics, great team collaborations.
- CI/CD, Docker, Git, Shell, Databases, Messaging Systems, Data Processing (Spark).
- [Preferred] Fundamental knowledge and working experiences on Bitcoin, Ethereum (EVM), Cosmos or other industry-leading blockchain platforms.
- [Preferred] Strong interests and focuses on security tooling developments and researches.
One of the fastest-growing and most trusted companies in blockchain security, CertiK is a true market leader. To date, CertiK has worked with over 3,200 Enterprise clients, secured over $310 billion worth of digital assets, and has detected over 60,000 vulnerabilities in blockchain code. Our clients include leading projects such as Aave, Polygon, Binance Smart Chain, Terra, Yearn, and Chiliz.
Investors = Insight Partners, Sequoia, Tiger Global, Coatue Management, Lightspeed, Advent International, SoftBank, Hillhouse Capital, Goldman Sachs, Coinbase Ventures, Binance, Shunwei Capital, IDG Capital, Wing, Legend Star, Danhua Capital and other investors.
Compensation
$2000 - $6000/month (fulltime). The exact compensation at which this job is filled will be determined by the skills and experience of qualified candidates.
#blockchain
#startups
#hiring
CertiK is proud to offer medical, vision, and dental insurance, 401(k) plan with company matching, life and accidental death and dismemberment insurance, HSA (with high deductible plan), FSA, and other benefits to all full-time employees, along with flexible paid time off and holidays.
In compliance with federal law, all persons hired will be required to verify identity and eligibility to work in the United States and to complete the required employment eligibility verification form upon hire.
CertiK is proud to be an equal opportunity employer. We will not discriminate against any applicant or employee on the basis of age, race, color, creed, religion, sex, sexual orientation, gender, gender identity or expression, medical condition, national origin, ancestry, citizenship, marital status or civil partnership/union status, physical or mental disability, pregnancy, childbirth, genetic information, military and veteran status, or any other basis prohibited by applicable federal, state or local law.
CertiK will consider for employment qualified applicants with criminal histories in a manner consistent with local and federal requirements.
https://www.eeoc.gov/sites/default/files/migrated_files/employers/poster_screen_reader_optimized.pdf
All CertiK employees are expected to actively support diversity on their teams, and in the Company.
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.