| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
IEX | New York, NY, United States | $72k - $100k | |||
Parasol | San Francisco, CA, United States | $18k - $62k | |||
4K Protocol | San Francisco, CA, United States | $54k - $90k | |||
Tessera | Remote | $100k - $200k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Textile | San Francisco, CA, United States | $81k - $144k | |||
Horizon Blockchain Games | Toronto, Canada | $63k - $70k | |||
Ankr | San Francisco, CA, United States | $72k - $90k | |||
Parity Technologies | New York, NY, United States | $76k - $110k | |||
Tessera | Remote | $100k - $200k | |||
Crossmint.io | Making NFTs Accessible to Everyone | Mexico City, Mexico | $36k - $70k | |||
Crossmint.io | Making NFTs Accessible to Everyone | Mexico City, Mexico | $36k - $54k | |||
Crossmint.io | Making NFTs Accessible to Everyone | Miami, FL, United States | $81k - $84k | |||
Tessera | Remote | $100k - $200k | |||
Parity Technologies | New York, NY, United States | $72k - $110k | |||
Tessera | Remote | $100k - $200k |
Blockchain Engineer - Dispatch
About IEX
At IEX, we're passionate about building technology that moves industries forward. Our story began when we built a stock exchange designed to deliver high-performance results for all investors. Our belief is that technology should level the playing field so that opportunity is equitable. We are applying what we learned from building a high-performance stock exchange to build technology that solves for complexity and accelerates growth in other areas. We aspire to build a trusted, disciplined, and diversified business. Our goal is to build transformative technology without ever compromising our integrity - and we're just getting started!
Digital Assets - Dispatch
As a Blockchain Engineer at Dispatch, you will work with individuals across the organization to help Dispatch implement our blockchain messaging and analytics products. This is a cross-functional opportunity where you will be able to leverage your technical skills to help IEX's Dispatch team set new standards and raise the bar for performance, fairness, and transparency.
About You:
- Self-starter – you can prioritize tasks and deliver on-time
- Excellent analytical and problem-solving skills
- Collaborative team player with a strong interest in mentoring junior team members
- Strong communication skills – you will have to work with employees from across the organization
- Firm dedication to the core values of IEX – belief in fairness and transparency in the financial markets
- An experienced Blockchain Engineer with experience with EVM and / or Solana development
- Responsible for the back-end / smart contract development of core Dispatch initiatives
- Contribute to system design, including architecture, API design, testing and deployment
- Collaborate with partners in business development, support and infrastructure teams to ensure successful delivery of the product
- Provide support to Exchange operations and engineering teams
- 2+ years of software development experience
- Experience with Smart Contract development (Rust, Solidity) and / or interfacing with Smart Contracts (ethers.js, web3.js)
- Experience with blockchain data ingestion (consuming / parsing blockchain events)
- Experience with JavaScript, TypeScript, or Python
- Experience of working within an event driven architecture
- Familiarity with messaging platforms, such as Kafka, SQS, or similar queues
- Culture fit (Think Big, Do Good/ Win Together/ Be Gritty/ Invent & Reinvent)
- Comprehensive Benefits
- New hire stock equity (RSUs)
- Comprehensive Benefits
- New hire stock equity (RSUs)
- 401K employer match
- Unlimited PTO
- 100% coverage for medical, dental, and vision
- OneMedical membership
- 16 weeks parental leave
- Wellness Benefits
- Flexible workplace
- Employer charity match
- Learning stipend
- Commuter benefits
- Jump Start onboarding program
- Internal mentor program cross-departmentally
- Friendly and inclusive workplace culture
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.