EVM Jobs

1,209 jobs found

web3.career is now part of the Bondex Logo Bondex Ecosystem

Receive emails of EVM Jobs
Job Position Company Posted Location Salary Tags

Acala

Remote

$54k - $70k

Torus Labs

HQ

$39k - $90k

Polychain Capital

San Francisco, CA, United States

$45k - $80k

Binance

Asia

Binance

Asia

Binance

Remote

Binance

Asia

Set Labs

San Francisco, CA, United States

$54k - $70k

Interlay

London, United Kingdom

$36k - $90k

Binance

Singapore, Singapore

Binance

Remote

Acala

Remote

$71k - $90k

Worldcoin.org

San Francisco, CA, United States

$43k - $56k

Binance

Asia

Torus Labs

HQ

Data Analytics Engineer

Acala
$54k - $70k estimated

This job is closed

About Acala

Acala's mission is to build and nurture the autonomous financial infrastructure of the decentralized web. Delivering on this mission will bring more financial accessibility, opportunity, and prosperity to everyone on the planet through a new, open financial system.

Our core project is the Acala Network itself, which we expect to become the de facto DeFi parachain and stablecoin of the Polkadot ecosystem. Polkadot provides the underlying trust primitives to our parachain, upon which we’ve built our suite of financial primitives including; Multi-collateralized Stablecoin; Trustless Staking Derivatives, and Unified Decentralized Exchange. These primitives will be used by us and other teams to power open DeFi innovations, and burn away all need for the parasitic intermediaries that inhabit almost every conventional trust-based financial system.

We have secured our support from eminent backers like Polychain, Coinbase Venture, Pantera and many more. We’re still preparing Acala’s parachain launch, so there’s no better time to join our mission and be a part of the future that we’re building. Because whoever you are, we’re building it for you 🚀

About the role

Acala is looking for a Data Analytics Engineer to join our Blockchain Engineering team. Our platform consists of; Rust-based blockchain modules; an EVM of Solidity-based smart contracts; and a variety of other Fullstack elements built with Typescript / React / Node.js. You can inspect these components here. These modules work together to power our DeFi protocols for staking, lending, minting stablecoins, etc. There are some very powerful insights buried within our data, and it will be your job to help us find them and to tie them all together into a unified Data Analytics strategy.

This role is predominantly the work of a Data Analyst, but with some elements of Data Engineering. As a Data Analyst you will be responsible for data extraction / pooling / transformation, as well as running trend analysis on things like; daily and weekly staking/lending; the number of stablecoins minted each week, liquid assets in circulation, etc. You'll also work very closely with our Software Engineers to solve the data format problems that stem from on-chain sources, and having experience in automating solutions to these problems will be a huge benefit.

Our ideal candidate(s) will have exposure to pricing analytics processes across web-based applications, and will be able to discuss the highs and lows of statistical modelling at interview. We're expecting to hire someone who is familiar with transactional data processing, ideally from a fintech applications background, but we’re open to a wide range of Analytics candidates that might be focused on other industries, provided they are aware of blockchain concepts and the current development trends in DeFi applications.

Competitive Salary | Full Time | Contract based | Remote from anywhere

Our Team

Working across New Zealand, the USA & China, our team has emerged from our shared desire for a fairer and more inclusive financial system - in direct contrast to the clear shortcomings of the current institutions that run the world. We’re just people like you, but we’re some of the leading blockchain innovators, Substrate and Rust developers, full-stack dApp developers and economists.

Our Values

The community we’re building is shaped by our values and fuelled by the needs of all humans:

  • Inclusion, Care, Trust, and Respect
  • Empowerment
  • Guidance and Support
  • Friendship, Community, Real Relationships 

We’re building Acala based on a core set of values we believe are in line with the tenets of web3:

  • True decentralization
  • Less Trust, More Truth
  • Integrity
  • Accountability
  • Empowering individuals with more autonomy 

What We Have Achieved

Acala was founded in 2019 as an early Web3 Foundation grant recipient, and is an ecosystem and education partner of W3F and Polkadot. We have delivered 3 successful live testnet candidates acquiring 14,000 new accounts and 140,000 transactions within the first 3 weeks. And we expect to be among the first to launch on both Kusama and Polkadot in 2021. Stay tuned!

For more information on this position, our employment conditions, or anything Acala related not linked above, get in touch with our Auckland-based Talent Manager: [email protected]

NOTE: To all external Recruiters who have 'exciting profiles' to share with us, please do so knowing that without signed terms & conditions Acala deem any introductions made to be a complimentary courtesy to the development of the Web3 infrastructure. Thank you for your support.

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.