Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Tessera | Remote | $100k - $200k | |||
Parity Technologies | New York, NY, United States | $72k - $110k | |||
Tessera | Remote | $100k - $200k | |||
Enya | Remote | $37k - $90k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Tessera | Remote | $80k - $125k | |||
Clearmatics | London, United Kingdom | $72k - $91k | |||
Clearmatics | London, United Kingdom | $72k - $91k | |||
Tessera | Remote | $100k - $200k | |||
Uniswap Foundation | Remote | $72k - $110k | |||
OKX | Singapore, Singapore | $54k - $81k | |||
Uniswap Labs | New York, NY, United States | $210k - $240k | |||
Monad Labs | New York, NY, United States | $200k - $250k | |||
Monad | New York, NY, United States | $200k - $250k | |||
Monad Labs | New York, NY, United States | $200k - $250k | |||
Stability | United States | $62k - $90k |
This job is closed
Senior Backend Engineer (Data / DevOps) - EU Remote SUI (UTC+1)
What to expect
- Make a HUGE impact helping to bring ideas to reality
- Learn highly valuable, and complex concepts related to art, finance, and technology in a full-time job in an industry growing exponentially, on a team with some of the leading Web3 thought leaders
- Become a core member of a very passionate team in a friendly environment
- Work within a dynamic team, who challenges the status quo and champions agile working plus continuous improvement
What we’re looking for
- 3 or more years of relevant software experience in a data or backend-focused roleÂ
- Minimum 3 years working with cloud-based workloads (AWS, GCP, or Azure)Â
- Minimum 3 years of professional experience in software development
- Strong experience with two or more of the following languages: Python, SQL, Javascript, Bash, Scala
- Minimum 3 years of professional experience in supporting and building CI/CD technologies Â
- Strong understanding of containerization (Docker, Kubernetes etc.)Â
- Strong experience with IaC (Terraform)Â
- Experience designing data structures, database schemas and ETL pipelines from scratchÂ
- Experience with querying and interacting with EVM & non-EVM Based blockchainsÂ
- Understanding of low-level idiosyncrasies of popular blockchains including Ethereum, Solana
- Strong attention to detail
- Proficiency in the English language, both written and verbal, sufficient for success in a remote and largely asynchronous work environment
- Experience with scalable cloud-based solutions
- A pro-active and autonomous team player, self-starter with the ability to anticipate future needs
- Capable of prioritizing multiple project and meeting goals without management oversight
- Experience in communicating with users, other technical teams, and product management to understand requirements, describe data priorities and challenges, and technical design needs
Bonus points for
- BS/MS in Computer Science, Computer Engineering, or a related engineering fieldÂ
- DevSecOps experience
- Previous experience in a rapidly scaling start-up environment
- Experience with workflow systems such as Apache Airflow
- Professional work experience using real-time streaming systems (Kafka/Kafka Connect, Spark, Flink or AWS Kinesis)
- Previous experience building Analytics/BI systems from scratch
- Previous experience building large-scale data architectures
- Previous experience in BI or Data Science
What we're offering
- Competitive salary (and equity) in an exciting space driving disruptive innovation
- The opportunity to play a key voice in our growing organization
- A remote work environment with competitive benefits and holidays
- 7 additional company holidays, including all-company week-long winter break
- Medical, Dental, and Vision Insurance for US-based employees
- Agile working environment with flexible working hours and location, career advancement, and competitive compensation package
- Optional offsite social events to help our employees become familiar with each other and our culture
- Applicants for employment in the US must have work authorization that does not now or in the future require sponsorship of a visa for employment authorization in the United States
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.