| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Open Earth Foundation | Remote | $65k - $120k | |||
Aragon Association | Remote | $84k - $110k | |||
Oasis Pro Markets | United States | $0k | |||
Sismo | Paris, France | $85k - $90k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. ISO 9001 Certified | 400+ students | | by Metana Learn more | |||
COCO | India | $28k - $36k | |||
Binance | Remote |
| |||
Messari | New York, NY, United States | $125k - $150k | |||
Web3 Labs | United Kingdom | $65k - $100k | |||
Snowfork | Remote | $36k - $60k | |||
InterSwap | United Arab Emirates | $83k - $120k | |||
Sismo | Paris, France | $85k - $90k | |||
Joint NFT | India | $115k - $2k | |||
Gnosis | Berlin, Germany |
| |||
Harmony | Remote | $84k - $100k | |||
Harmony | Remote | $84k - $100k |
We are a diverse international team, working with a network of collaborators and partners globally (from the United Nations to cutting-edge startups) and always ready to have fun saving the world.
Your mission, should you choose to accept it:
The position is remote (we value time zones closer to Pacific Time) and we will consider part-time collaborators.
- Has experience developing creative solutions with emerging technologies (i.e. blockchain, IoT, AI, Big Data, GIS).
- Is participating in current trends in the Web3 and blockchain space and thinking about how to apply them to fight climate change.
- Is committed to open source technology products and platforms, the evolution of the internet, multi-stakeholder innovations and big-picture climate solutions, embraces new challenges, and takes ownership and initiative as a key team player.
- Develop modular open source solutions and infrastructure for OEF climate projects.
- Design smart contracts and incentive mechanisms to drive collective action between independent actors.
- Provide strategic advice for technical assessment, definition, prioritization, architecture, design and deployment of new products and services.
- Provide strong thought leadership on DLT, Web3 and other emerging technologies.
- Co-design solution architectures and document in system diagrams.
- Decentralized Identifier (DIDs) frameworks (eg. Hyperledger Indy, Aries, Sovrin)
- Working knowledge of basic DeFi mechanics
- Experience writing, testing and deploying smart contracts (EVM, Hyperledger, Stellar or Polkadot)
- Knowledge of Solidity or Rust for Smart Contract programming
- Some knowledge and experience with some areas of our tech stack (i.e. React, Node.js, Go, Python and MongoDB)
- Some AWS, Azure or Google Cloud management familiarity
- Some DevOps infrastructure familiarity
- Ideally some Machine/Deep Learning experience
- Ability and drive to immerse yourself in new technologies as needed
- Experience with deploying to production environments
- Experience with CI/CD flows of Web3 applications
- Preference for Test Driven Development
- Clear communicator with good verbal and written skills in English (additional languages a plus)
- Creative, flexible and efficient with a focus on details
- Capacity to work with team members and partners at all levels and across time zones in a highly collaborative and often remote environment.
- Ideally university graduate degree (Masters equivalent or PhD)
- A minimum of five year of progressively responsible experience in agile technology development.
- Ideally, startup and/or open source communities experience
- This position is full-time with compensation commensurate with experience. We are open to contractors and would consider part-time collaborators if they can demonstrate that they are the right fit.
- Open Earth offers a health insurance stipend, a competitive PTO plan that includes:, paid holidays and paid sick leave for employees
- You will work remotely within a dynamic and international environment
- You will join us in our annual team retreat toWe celebrate our achievements during our in-person annual team retreat
We look forward to hearing from you!
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.