EVM Jobs
1,198 jobs found
Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Gloify | Bengaluru, India | $72k - $90k | |||
Hex Trust | Kuala Lumpur, Malaysia | $98k - $100k | |||
Maroon | Remote | $80k - $170k | |||
Gnosis | Remote |
| |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Evmos | New York, NY, United States | $72k - $110k | |||
Evmos | New York, NY, United States | $63k - $75k | |||
Fortunafi | Miami, FL, United States | $90k - $117k | |||
Biconomy | Remote | $85k - $100k | |||
Gnosis | Remote |
| |||
HydraSwap | Singapore, Singapore | $45k - $85k | |||
Evmos | New York, NY, United States | $67k - $75k | |||
SafeGlobal | New York, NY, United States | $63k - $100k | |||
DApp360 Workforce | United States | $87k - $87k | |||
Evmos | New York, NY, United States | $87k - $87k | |||
Evmos | New York, NY, United States | $81k - $112k |
Blockchain Developer
Job Description
Requirements :
Knowledge, Skills, And Abilities
- Must have experience with some combination of the following DLT-related technologies: Hyperledger Fabric, Node.js, Go, Composer, Ethereum, Solidity, Truffle, web3.js, Goerli Testnet, Alchemy Geth, Corda, NEO
- Must have excellent programming and scripting skills with a solid understanding of Object Oriented Design principles in a Linux environment. Experience with Java, Python and JavaScript is a plus.
- Test Driven or Behaviour Driven testing to validate your code using modern testing tools such as mocha /jest and cypress preferably using a CI/CD pipeline.
- Must have experience with database design and development. Significant experience with MongoDB, Neo4j, PostgreSQL, MySQL and GraphQL.
- Experience working with Docker and/or Kubernetes as well as basic deployment knowledge of recognized cloud providers such as Azure, AWS, and GCE.
- Proven expertise in Blockchain architecture and applications, tokenisation and smart contracts, encryption, Proof of Authority Blockchain customization, improving performance and scalability of public Blockchain, presenting and teaching Blockchain workshops
- Should have Hyperledger Fabric-based Blockchain implementation experience, Golang-based Chaincode creation, NodeJS-based APIs creation
- Experience with blockchain/s through development phases (including smart contracts)
- Deep knowledge of smart contracts including testing, implementation, and scaling
- Must have experience with the development of RESTful web services
- Expertise in public key cryptography and other encryption methods Required technical experience:
- At least 2 years of experience as a blockchain developer.
- Bachelor's degree in information security, computer science, or related.
- Extensive experience in back-end development, algorithms, and data structures.
- Knowledge of cryptography and blockchain protocols.
- In-depth knowledge of best practices in blockchain management and data protection.
- Advanced analytical and problem-solving skills.
- Superb organizational skills and keen attention to detail.
- Excellent communication and collaboration abilities.
Hands-on Familiarity With
- Secure Solidity development patterns
- JavaScript Ethereum SDKs (web3.js, ethers.js)
- Most prominent ERC/EIP Ethereum standards
- Smart contract development tools/frameworks (Truffle, Hardhat)
- Smart contract auditing tools (MythX, other) Bonus Points for Track Records or Knowledge of
- Experience building DEX, eMarkets, supply chain, traceability or ESG CVP platforms.
- Knowledge of DAO and its use cases
- Understanding of various blockchain platforms such as Ethereum, Solana, Polkadot, Algorand and Hyperledger
- Crypto incentive systems
- Open-source database projects
- Defi protocols mechanics and smart contract codebases, and/or digital assets/payments and other token standards - Cross-chain interoperability techniques (HTLC, bridging)
- Layer 2 technologies (ZK/optimistic rollups, PoS/PoA sidechains)
- Smart contract auditing techniques - EVM Internal
(ref:hirist.com)
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.