| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
0xPragma | Dubai, United Arab Emirates | $80k - $140k | |||
Chain | Washington, United States |
| |||
Metastable | India | $60k - $120k | |||
ZeFi | Bengaluru, India | $30k - $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 | |||
Cake DeFi | Singapore, Singapore | $40k - $70k | |||
Ankr Network | San Francisco, CA, United States | $72k - $75k | |||
Ankr Network | San Francisco, CA, United States | $50k - $90k | |||
Ankr Network | New York, NY, United States | $13k - $27k | |||
Ankr Network | San Francisco, CA, United States | $67k - $75k | |||
Neon Labs | Remote | $54k - $82k | |||
Neon Labs | Remote | $54k - $82k | |||
V3 Talent Partners Inc. | Remote | $72k - $90k | |||
0x | San Francisco, CA, United States | $120k - $180k | |||
Tally Labs | Los Angeles, CA, United States | $160k - $200k | |||
Securrency | Abu Dhabi, United Arab Emirates | $105k - $111k |
Overview
As a Smart Contract Engineer specializing in Blockchain technology, you will be responsible for software development, deployment, and post-deployment maintenance for our blockchain-based products, along with maintaining Multisig Contracts. You will collaborate on functional requirements, product architecture, and design. As an innovative problem solver, you will work in a team and tackle complex challenges associated with blockchains and other Web3 technologies.
0xPragma
We are a web3 native strategic powerhouse with expertise in quant research, product development and growth marketing. A team of blockchain engineers and tech-startup growth professionals for the decentralized economy. Our services include research, strategy, product development, marketing, management, sustainability.
Requirements:
- Strong experience with Solidity, EVM, and smart contract development tools
- Experience with Web3 libraries and applications interacting with smart contracts on Ethereum based chains
- Experience with a programming language such as JavaScript, Rust, Go, or similar
- Proficiency in the English language
- 2+ years of full-time experience in Engineering at a software or financial services technology organization
- 1+ years of full-time experience working in solidity or other compiled language
- Demonstrated ability to learn new tech and write secure and high-quality code
- Passion for blockchain technology, crypto economic protocol design, game theory, or decentralized finance
Our tech stack: Solidity, ethers, hardhat, Typescript, Javascript, Node.js, web3, React
Responsibilities:
- Drive high-level decisions about the smart contract architecture
- Write well-documented, performant, clean, and re-usable Solidity code
- Collaborate with designers, front enders, and other developers
- Work at a rapid pace with a large amount of ownership and autonomy
Benefits
- Sharpen your skillsets from other senior high-performing individuals
- Remote working with an international team in a dynamic environment and flexible work hours
- Competitive pay based on competitive market rates
0xPragma focuses on Social Media Marketing, Digital Marketing, Creative Strategy, and Blockchain / Cryptocurrency. Their company has offices in Berlin and Remote. They have a small team that's between 1-10 employees.
You can view their website at https://www.0xpragma.xyz
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.