| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Aragon Association | Remote | $84k - $110k | |||
Oasis Pro Markets | United States | $0k | |||
Sismo | Paris, France | $85k - $90k | |||
COCO | India | $28k - $36k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
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 | |||
Acala | Remote | $71k - $90k |
This job is closed
Aragon Association is a small, remote-only and humble team of people that span a broad range of backgrounds, interests, and geographies. We're dropouts and Ph.D.s, craft beer and coffee lovers, living across the US, EU, Asia and everywhere inbetween while designing and building unstoppable governance tools for decentralized organizations.
Aragon Association has overseen the production of the leading smart contract framework to build DAOs, with toolkits for developers to seamlessly integrate their apps with DAO functionality, and a decentralized dispute resolution system.
We are seeking a senior solidity engineer to join and act as the key solidity lead for our team. You will act as engineer, consultant, architect and visionary to help us build the best DAO product in the ecosystem
🧑💻 Culture & Perks
- We value freedom and responsibility - you'll form part of self managing teams who hold themselves accountable to taking us forward
- We're a remote only organisation but we meet quarterly around the world to build relationships and empathy to help power a new type of organisation
- We do flexible time, for real (Freedom with when you work, Responsibility to make it sync with your team)
- You'll get a monthly training / personal development budget
- We'll support you setting up your remote work environment
- Generous vacation allocation regardless of where you are in the world
The Aragon Association is an Equal Opportunity Employer, and the steward of the Aragon project, a community of DAO creators, developers, and users experimenting with new forms of social coordination and governance. Talk to us at Discord!
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.