| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Flylance | New York, NY, United States | $90k - $100k | |||
Pundi X | Singapore, Singapore | $13k - $66k | |||
BCW Group | Hong Kong, Hong Kong | $40k - $90k | |||
Sarvatech Labs Pvt Ltd | Bengaluru, India | $55k - $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 | |||
Allium | New York, NY, United States | $105k - $111k | |||
Binance | Remote |
| |||
Paysail | New York, NY, United States | $150k - $250k | |||
🎉 Contribution Labs | San Francisco, CA, United States | $54k - $67k | |||
Protochain Research | New York, NY, United States | $11k - $60k | |||
Protochain Research | New York, NY, United States | $54k - $90k | |||
NFTLaunchKit | United States | $80k - $100k | |||
AXEL | San Francisco, CA, United States | $21k - $72k | |||
Discreet Labs | Palo Alto, CA, United States | $50k - $70k | |||
Magic Eden | United States | $72k - $75k | |||
Golden | United States | $29k - $90k |
We are seeking a Smart Contracts Developer. This role reports to the Director of Software Engineering.
What You Own
- Develop technical requirements for on-chain programs based on business requirements
- Create smart contracts and supporting documentation to expand Tassat's product suite
- Work directly with technology teams to create blockchain application-related deployment, configuration, monitoring, and integration of software components
- Liaise with various groups like product and operations to help design and communicate necessary system changes
- Lead with a data-driven mentality; create and own metrics, service level agreements, and Indicators for your areas
- Manage multiple in-flight projects for future state process/procedures/systems
- Maintain technical understanding of changes in blockchain technology and trends
- Experience in developing smart contracts and blockchain-based applications on Ethereum Virtual Machine blockchains (experience across additional non-EVM blockchains a plus)
- Deep experience in Solidity, understanding of lower level EVM assembly, and at least one non-smart contract language for testing and integration (e.g., JavaScript, Rust, Java)
- Experience in the latest smart contract development tools, patterns, and practices (e.g., current upgradeable patterns, current automated testing tools)
- Experience in building complex on-chain interactions and systems (e.g., multi-contract calls, oracles, Defi protocol functionality)
- Experience in integrating on-chain systems and data with off-chain back-end systems
- Experience in developing code and documentation to support internal and external reviews and audits
- Understanding of multi-chain environments and bridging data across blockchains a plus (e.g., between layer 1's and/or layer 1 to layer 2)
- Experience working with blockchain on the underlying consensus/execution layer a plus (e.g., running and interacting directly with a blockchain node)
- Experience in traditional financial services a plus
- Experience in building financial products/systems on-chain a big plus
- Skillsets that align with money markets, mortgage and lending, interest rates, and other areas of banking are a plus.
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.