| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
KnitFinance | India | $0k | |||
Bridge Network | Canada | $50k - $100k | |||
Horizon Blockchain Games | Toronto, Canada | $60k - $80k | |||
Earning.Farm | Singapore, Singapore | $120k - $200k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Gnosis | San Francisco, CA, United States |
| |||
Gnosis | Palo Alto, CA, United States |
| |||
Gnosis | Boston, MA, United States |
| |||
Gnosis | New York, NY, United States |
| |||
Horizon Blockchain Games | Toronto, Canada | $58k - $90k | |||
Horizon Blockchain Games | Toronto, Canada | $60k - $80k | |||
Gnosis | Palo Alto, CA, United States |
| |||
Gnosis | London, United Kingdom |
| |||
Laser Wallet | Remote | $40k - $80k | |||
Chain | Miami, FL, United States |
| |||
Syndica | Remote |
This job is closed
About the job
Who We Are Looking For:
We are looking for a driven Blockchain & Solidity Developer who learns fast, who is humble and values teamwork. The ideal candidate will be technical, data-driven, creative, and efficient. The kind of person who joins our Team is passionate and willing to think outside of the box and execute on it. We are committed to helping you grow, challenging you with hard, meaningful work and celebrating our successes and failures together.
Preferred Experience:
5+ years of software experience, 2+ years of Solidity development experience
Presently leading as CTO, Tech Lead or Technical Project manager at established crypto project
Technical Skills
Experience in development of solidity smart contracts and operating mechanism of blockchain encryption algorithms, consensus mechanism, security protocols etc.
Proven work experience of deployments on ETH/BSC/MATIC networks and other EVM Chains
Understanding of virtual machine architecture, memory, and stack.
Familiar with Truffle, Waffle, and Hardhat, and the pros and cons of each framework.
Familiarity with code versioning tools (git) and repo management.
(Plus) Understanding of mainstream DeFi ecosystems like Uniswap, Compound, Curve etc.
Soft Skills
Proficiency in English & Communication
Team Collaboration and task management
What You Will Be Doing:
Collaborates with the team on conceptualizing and developing new applications. Write high-quality, pragmatic code as part of a multidisciplinary agile team.
Participate in design, development and code reviews.
Take accountability for end-to-end production, testing, and shipping of code.
Our Offering:
Purpose: You’ll be part of something bigger, working towards building a decentralized financial ecosystem.
Culture: You’ll work in a thriving, friendly, and fun environment that promotes open discussions, jokes, learning, video games, and lots of fun.
People: You’ll work with some of the most driven and intelligent people in the crypto space, engaging with a network of diverse talent team members & advisors.
Flexible vacation policy: work with your manager to take time off when you need it
KnitFinance focuses on Finance. Their company has offices in India and Hyderabad. They have a small team that's between 1-10 employees.
You can view their website at https://knit.finance or find them on Twitter and LinkedIn.
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.