Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
cmorq | New York, NY, United States | $120k - $150k | |||
BlockchainStaffingNinja | New York, NY, United States | $63k - $75k | |||
BlockchainStaffingNinja | United States | $63k - $75k | |||
Mythical Games | United States | $71k - $75k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
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 | |||
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 |
This job is closed
Here at at cmorq we are building the future of banking. We are on a mission to create the world's first and truly largest decentralized banking system through our mobile app. Over 1.5 billion people in the world are either underbanked or lack access to basic banking. Our mission is to help tackle this wide-scale issue through decentralized finance. Selected by CNBC Upstart100 as one of the world’s most promising start-ups, we are well funded and backed by some of the best investors. We are looking for a skilled backend engineer who is startup minded and has experience in a compliance-heavy industry/environment! This position is based in our New York City office and can be remote or hybrid, though hybrid strongly preferred.
Responsibilities
- Leverage major DeFi and NFT protocols (OpenSea, 0x, Aave, etc) by interfacing directly with smart contract code
- Build out and improve upon integrations with major Web3 protocols (WalletConnect, ethers-js, etc)
- Write highly scalable, testable systems with an eye for clean system design
- Design and quickly implement modular APIs and microservices
- Assist in organizing blockchain data to power our mobile applications
- Assist in writing smart contract code
- Improve application security
- Work closely with the CEO and our compliance team on building compliance/KYC systems and conducting compliance analyses
- 2-5 years of experience in backend software engineering with clear focus/exposure to compliance or KYC/AML systems
- Experience with NodeJS, TypeScript, or another object-oriented programming language (Java, Go, etc)
- Experience with a cloud service provider (GCP, AWS, etc)
- Be 'startup minded' - ready to iterate and implement quickly, experiment, and be willing to zig when others zag
- Proven ability to work in a fast-paced environment
- Proven experience being "hands on" and working cross functionally
- (Preferred) experience with Web3 (writing smart contracts, understanding of the EVM, etc)
- (Preferred) DevOps / on-call experience
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.