| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Incredulous Labs Ltd. | Germany | $54k - $80k | |||
Celsius | United States | $11k - $62k | |||
Celsius | United States | $11k - $85k | |||
Celsius | United States | $43k - $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 | |||
Celsius | United States | $43k - $95k | |||
Clearmatics | London, United Kingdom | $40k - $90k | |||
0x | San Francisco, CA, United States | $54k - $80k | |||
Findora | Remote | $47k - $70k |
Full time remote position
We are looking for a software developer with proven Solidity experience. You will be joining a highly technical team that has deep knowledge of DeFi and all the cool things from the blockchain ecosystem.
Responsibilities
- High quality and well-tested Solidity code, following the latest design and development patterns.
- Write documentation, design flow diagrams and review PRs.
- Research, design, scope and estimate what you need to do.
- Collaborate with the UI team.
- Constantly improve yourself by keeping up to date with the latest technologies trends.
Requirements & skills
- 2+ years of experience writing, testing, deploying and verifying Solidity applications.
- 5+ years of programming experience.
- Knowing how to document your work and make it simple for the UI team to integrate what you’re creating.
- Being able to work in a team environment, take part in audit sessions (and create remediation documents) and follow Agile-like processes
- Being passionate about crypto space (new developments tools releases and latest features of the Solidity language).
- Being able to work in a fast paced environment (you know, crypto?).
- Written and spoken communication skills in English for professional environment.
Nice to have
- Experience working with L2s or different side chains.
- Understanding low level parts of Ethereum blockchain, specifically: Understanding how Ethereum stores state and related data structures, EVM knowledge - opcodes etc, Solidity and knowledge of ABI (eg. variable mapping to storage slots).
- Experience with: GraphQL API, Ethereum blockchain test tools (e.g.Truffle, Embark, Hard Hat, etc.) and writing automation tests.
Benefits & perks
- 100% remote & flexible hours
- Growing & challenging environment
- Learning opportunities (conferences, meet-ups, courses and more)
- Additional equipment
- Paid time off
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.