| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Synapse International | Remote | $40k - $81k | |||
Ankr Network | San Francisco, CA, United States | $11k - $85k | |||
Binance | Remote |
| |||
Konfid.io GmbH | Remote | $50k - $60k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Upside | United States | $72k - $95k | |||
RociFi | Remote | $22k - $100k | |||
Binance | Remote |
| |||
Gnosis | Berlin, Germany |
| |||
Gnosis | Lisbon, Portugal |
| |||
Consensys | United States | $32k - $54k | |||
Advanced Blockchain | Remote |
| |||
Build A Rocket Boy | Remote | $72k - $90k | |||
qiibee | Remote | $56k - $60k | |||
Web3Auth | Singapore, Singapore | $80k - $160k | |||
Upshyft | Hyderabad, India | $12k - $36k |
This job is closed
Responsibilities
● Execute software development life cycle ● Produce specifications and determine operational feasibility ● Develop flowcharts, layouts and documentation to identify requirements and solutions ● Building out the smart contracts on rust and solidity/Vyper ● Demonstrated ability to learn new tech and write secure and highquality code. ● Integrate software components into a fully functional software system ● Document and maintain software functionality ● Troubleshoot, debug and upgrade existing systems ● Deploy programs and evaluate user feedback
Requirements and skills
● Work experience as a Software Engineer or Software Developer ● 1+ years of experience working on blockchain-based projects, DeFi, and Cryptonomicon protocol design ● Experience writing smart contracts on Solana is a must ● Ability to develop software in Rust, Node.js, React JS ● Build web3 applications and services ● Interface and interact with web3 applications (web3.js / RPC API) ● Self-driven & asks for help or assistance when needed ● Proficiency in software engineering tools ● Ability to document requirements and specifications ● Experience on the Solana Ecosystem
Bonus :
● You know at least one scripting language (bash,python..) ● You have worked on a blockchain project (solana / EVM compatible chain) ● You have knowledge about GCP
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.