EVM Jobs
1,188 jobs found
Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
xalts | Bengaluru, India | $105k - $120k | |||
Web3 Recruit | Remote | $150k - $180k | |||
Nethermind | London, United Kingdom | $81k - $91k | |||
Nethermind | London, United Kingdom | $39k - $65k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Shadow | New York, NY, United States | $99k - $100k | |||
Trilitech | Remote |
| |||
TAC | Remote | $74k - $107k | |||
Web3 Recruit | Remote | $200k - $300k | |||
Lendr.fi | Remote | $70k - $150k | |||
Magic Eden | Remote | $170k - $210k | |||
Rome Protocol | United States | $120k - $250k | |||
Almanak | Remote | $74k - $100k | |||
Gelato | Remote |
| |||
Lendr Network | Remote | $124k - $180k | |||
Gelato | Remote |
|
About Us
Xalts is a global financial technology and infrastructure company. Xalts is building digital Treasury, Trade & Supply Chain Finance infrastructure to enable seamless flow of data and value between businesses and financial institutions.
Our vision is to drive digitization in this space to simplify and speed up exchange of data and value. This enables better risk attribution, lower the inefficiencies in the current processes and unlock capital availability.
Our modular infrastructure is designed in a way that parties with different levels of operational complexity can use it easily and implement end-to-end digitization for their leg of a financial asset transaction.
We are backed by Accel and Citi and have strategic GTM partnerships with global technology providers, institutional consulting firms and blockchains.
We’ve recently acquired Contour (Fintech Platform Xalts to Build 'Plaid for Trade' as It Acquires Contour Network from a Consortium of Global Banks ) to further accelerate our growth.
Announcing our strategic partnership with PwC China
Xalts founders on trade finance digitalization after Contour acquisition
Xalts unveils new Contour functionality in post-acquisition upgrade
Xalts joins Qatar Financial Centre (QFC) Authority Digital Assets Lab
Xalts collaborates with Avalanche to accelerate Real World Asset tokenization adoption by Financial Institutions
Xalts onboards Tezos on its platform to accelerate the adoption of Tokenization of Real World Assets
The Role
Responsibilities
Contribute to the development of blockchain infrastructure, smart contracts and backend software systems to implement product requirements
Design and develop software systems based on product and business requirements
Translate functional product requirements to a system design that incorporates blockchain and traditional software infrastructure
Create timelines and task breakdown for product requirements provided by product and business teams
Write clean maintainable code that is in accordance with xalts development guidelines
Write exhaustive unit tests for new features (smart contracts and backend systems)
Work with QA team to extensively test new feature implementations end to end, to ensure delivery of high quality products to our clients
Stay at the forefront of the latest developments in blockchain and traditional software technology and propose improvements in architecture to ensure our products stay future proofÂ
Requirements
Bachelor’s degree in Engineering (B.E) or Bachelor’s degree in Technology (B.Tech) or related Integrated STEM program (from tier-1 engineering institutes)
Must have at least 2 years of experience working as a software engineer or blockchain engineer (with smart contract development) in a product company
Must have a good understanding of the fundamentals and architecture of Ethereum Virtual Machine (EVM) based blockchains
Must have experience in building decentralized applications using the Solidity programming language for EVM based blockchains
Must be proficient in javascript and the use of libraries such as web3js or ethers to interface with blockchain applications and infrastructure
Must have experience with hardhat, truffle or foundry development environments for smart contract development
Must have fundamental understanding of data structures, algorithms, object oriented programming (OOP) concepts
Must have experience with SQL (ex. Postgres) or NoSQL (ex. MongoDB) databases
Must have excellent communication and collaboration skills
Nice to have
Experience working with app chains and/or modular blockchain frameworks (Avalanche Subnets, Polygon Supernets, Polygon CDK, Cosmos SDK, OP Stack, Arbitrum Orbit)
Experience working with hyperledger blockchain frameworks
Understanding of zero-knowledge proofs and hands on experience designing and implementing systems leveraging zero-knowledge proofs
Working at xalts:
Be part of something exciting. Rare opportunity to come in early and build the next-generation infrastructure that will power the future of financial services.
Very competitive compensation in salary & ESOPs.
Generous pricing & terms for equity options.
A global work environment with offices in 4 different countries (and adding) with a flat organization structure.Â
Possibility for relocation and international transfers mid-career.
Modernize Global Finance. Block by Block.Â
If you are passionate about technology, have the drive to take on some of the most complex challenges, and believe that you can build a future where every asset is interconnected and interoperable, we invite you to join us in our mission and build xalts along with us.
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.